FMX.Types3D.TVertexBuffer.GetVertexDeclarations
Delphi
function GetVertexDeclarations: TVertexDeclaration;
C++
TVertexDeclaration __fastcall GetVertexDeclarations(void);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TVertexBuffer |
説明
この頂点バッファに関連付けられている頂点宣言データを返します。
GetVertexDeclarations は、TVertexBuffer 内の要素の宣言が格納されている TVertexDeclaration オブジェクトを返します。
関連項目