FMX.Types3D.TIndexBuffer.operator []

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

C++

int operator[](int AIndex) { return this->Indices[AIndex]; }

プロパティ

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


説明

指定された位置のインデックスを返します。


[] 演算子は、AIndex で指定された位置のインデックスを返します。

関連項目