FMX.Types3D.TIndexBuffer.Indices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TIndexBuffer

Description

Provides access to the index from the buffer at a specified position.

Indices represents the index located in Buffer at a position specified by AIndex.

See Also