FMX.Import.TModelImporter

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTModelImporter

Delphi

TModelImporter = class(TInterfacedObject, IModelImporter)

C++

class PASCALIMPLEMENTATION TModelImporter : public System::TInterfacedObject

Properties

Type Visibility Source Unit Parent
class public
FMX.Import.pas
FMX.Import.hpp
FMX.Import FMX.Import

Description

The abstract class for model importers.

It provides the interface to import a 3D model. If you want to create your own model importer, you must inherit from this class.

Implement the methods of this class to specify the type of files that your importer handles.

See Also