FMX.Types3D.TPosition3D.Create

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

Delphi

constructor Create(const ADefaultValue: TPoint3D); virtual;

C++

__fastcall virtual TPosition3D(const System::Math::Vectors::TPoint3D &ADefaultValue);

プロパティ

種類 可視性 ソース ユニット
constructor public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TPosition3D


説明

TPosition3D オブジェクトを作成し、オブジェクトが最初に使われる前にそのデータを初期化します。


ADefaultValue は、DefaultValue に格納され、XYZ のデフォルト値を指定する TPoint3D を表します。

関連項目