API:FMX.DAE.Model.TDAEModel

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Import.TCustomModelSystem.TObjectTDAEModel

Delphi

TDAEModel = class(TCustomModel)

C++

class PASCALIMPLEMENTATION TDAEModel : public Fmx::Import::TCustomModel

Properties

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

Description

The abstract class for 3D models.

FMX.DAE.Model.TDAEModel inherits from FMX.Import.TCustomModel. All content below this line refers to FMX.Import.TCustomModel.

The abstract class for 3D models.

If you want to create your own model class, inherit from TCustomModel.

For examples of a model, see TDAEModel and TAseModel.

See Also