FMX.DAE.Model.TDAEMesh.SubMeshes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SubMeshes: TGEMeshDynArray read FSubMeshes;

C++

__property Fmx::Import::TGEMeshDynArray SubMeshes = {read=FSubMeshes};

Properties

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

Description

Gets the array of TGEMesh objects that form the current TDAEMesh.

See Also