FMX.Import.TGEMaterials.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

TGEMaterial* operator[](int Index) { return this->Items[Index]; }

Properties

Type Visibility Source Unit Parent
function public FMX.Import.hpp FMX.Import TGEMaterials

Description

Specifies the material at the specified index.

Use the [] operator to get or set the material at the position specified by Index in the material array.

See Also