FMX.DAE.Model.TDAEModel.Meshes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Meshes: TDAEMeshDynArray read FMeshes;

C++

__property TDAEMeshDynArray Meshes = {read=FMeshes};

Properties

Type Visibility Source Unit Parent
property public
FMX.DAE.Model.pas
FMX.DAE.Model.hpp
FMX.DAE.Model TDAEModel

Description

Returns the meshes that define the current model.

Meshes indicates the collection of meshes that specify the model.

See Also