FMX.Types3D.TVertexBuffer.GetVertexDeclarations

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

Delphi

function GetVertexDeclarations: TVertexDeclaration;

C++

TVertexDeclaration __fastcall GetVertexDeclarations();

プロパティ

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

説明

この頂点バッファに関連付けられている頂点宣言データを返します。


GetVertexDeclarations は、TVertexBuffer 内の要素の宣言が格納されている TVertexDeclaration オブジェクトを返します。

関連項目