FMX.Types3D.TIndexBuffer.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
function public FMX.Types3D.hpp FMX.Types3D TIndexBuffer

Description

Returns the index at a specified position.

The [] operator returns the index at the position specified by AIndex.

See Also