FMX.Import.TModelImportServices.RegisterImporter
Delphi
class function RegisterImporter(const AMeshImporter: IModelImporter): Integer; virtual;
C++
__classmethod virtual int __fastcall RegisterImporter(const _di_IModelImporter AMeshImporter);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | published | FMX.Import.pas FMX.Import.hpp |
FMX.Import | TModelImportServices |
Description
Adds the specified importer to the list of available importers.
The importer specified by AMeshImporter must implement the IModelImporter interface.
RegisterImporter returns the index of the registered importer.