FMX.Import.TCustomModel

Delphi
TCustomModel = class
C++
class PASCALIMPLEMENTATION TCustomModel : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Import.pas FMX.Import.hpp |
FMX.Import | FMX.Import |
Description
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.