FMX.ASE.Model.TAseModel.Materials

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Materials: TGeMaterials read FMaterials;

C++

__property Fmx::Import::TGEMaterials* Materials = {read=FMaterials};

Properties

Type Visibility Source Unit Parent
property public
FMX.ASE.Model.pas
FMX.ASE.Model.hpp
FMX.ASE.Model TAseModel

Description

Provides access to the materials stored in an ASE model.

Read the Materials property in order to access the materials used in the current model as a TGEMaterials instance.

See Also