FMX.Types3D.TIndexBuffer.Indices

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

Delphi

property Indices[AIndex: Integer]: Integer read GetIndices write SetIndices; default;

C++

__property int Indices[int AIndex] = {read=GetIndices, write=SetIndices/*, default*/};

プロパティ

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


説明

バッファの指定された位置にあるインデックスにアクセスできるようにします。


Indices は、Buffer の中の AIndex で指定された位置にあるインデックスを表します。

関連項目