FMX.Types3D.TIndexBuffer.Create

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

Delphi

constructor Create(const ALength: Integer; const AFormat: TIndexFormat = TIndexFormat.UInt16); virtual;

C++

__fastcall virtual TIndexBuffer(const int ALength, const TIndexFormat AFormat);

プロパティ

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


説明

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


ALength は、このインデックス バッファが保持できるインデックス数を表します。

関連項目