FMX.DAE.Model.TDAEModel.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.DAE.Model.pas
FMX.DAE.Model.hpp
FMX.DAE.Model TDAEModel

Description

Returns the materials used by the current model.

Materials indicates a collection of materials that are used for the meshes of the model.

See Also