FMX.ASE.Model.TAseModel.Meshes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Meshes: TAseMeshDynArray read FMeshes;

C++

__property TAseMeshDynArray Meshes = {read=FMeshes};

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 meshes that compose the ASE model.

Read the Meshes property in order to access the meshes used in the current model as a TAseMeshDynArray instance.

See Also