FMX.Types3D.TIndexBuffer.operator []
C++
int operator[](int AIndex) { return this->Indices[AIndex]; }
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | FMX.Types3D.hpp | FMX.Types3D | TIndexBuffer |
Description
Renvoie l'index à une position spécifiée.
[] operator renvoie l'index à la position spécifiée par AIndex.