FMX.ASE.Model.TAseMesh.FFaceMaterials

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FFaceMaterials : TIntegerDynArray;

C++

System::TIntegerDynArray FFaceMaterials;

Properties

Type Visibility Source Unit Parent
field public
FMX.ASE.Model.pas
FMX.ASE.Model.hpp
FMX.ASE.Model TAseMesh

Description

Stores the indexes of the materials that are used for the faces of the mesh.

FFaceMaterials is an integer array that contains the indexes of the mesh materials, as they are assigned in the .ase file.

See Also