FMX.Types3D.TIndexBuffer.Create
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 は、このインデックス バッファが保持できるインデックス数を表します。