FMX.Layers3D.TAbstractLayer3D.SetDepth

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetDepth(const Value: Single); override;

C++

virtual void __fastcall SetDepth(const float Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TAbstractLayer3D

説明

Depth プロパティを操作するための protected 設定メソッドの実装です。

FMX.Layers3D.TAbstractLayer3D.SetDepth は FMX.Controls3D.TControl3D.SetDepth を継承しています。以下の内容はすべて FMX.Controls3D.TControl3D.SetDepth を参照しています。

Depth プロパティを操作するための protected 設定メソッドの実装です。

関連項目