FMX.DAE.Model.TDAEController.Mesh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Mesh: TDAEMesh read FMesh;

C++

__property TDAEMesh* Mesh = {read=FMesh};

Properties

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

Description

Gets the mesh stored by this controller.

See Also