FMX.ASE.Model.TAseMaterial.SubMaterials

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SubMaterials: TGEMaterials read FSubMaterials;

C++

__property Fmx::Import::TGEMaterials* SubMaterials = {read=FSubMaterials};

Properties

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

Description

Specifies the sub-materials of the current material.

An ASE material can be a standard material, which does not have any sub-materials, or a multi-material, which defines a collection of sub-materials for the same object.

See Also