FMX.Types3D.TIndexBuffer.operator []
C++
int operator[](int AIndex) { return Indices[AIndex]; }
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | FMX.Types3D.hpp | FMX.Types3D | TIndexBuffer |
説明
指定された位置のインデックスを返します。
[] 演算子は、AIndex で指定された位置のインデックスを返します。
C++
int operator[](int AIndex) { return Indices[AIndex]; }
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | FMX.Types3D.hpp | FMX.Types3D | TIndexBuffer |
指定された位置のインデックスを返します。
[] 演算子は、AIndex で指定された位置のインデックスを返します。