BaseImporter.kl¶
Types¶
BaseImporter (object)¶
The BaseImporter implements the Importer interface and is used as the base class for most specialized Importers, such as the AlembicImporter or the FbxImporter.
Methods¶
| BaseImporter ( in BaseImporter other ) | |
| BaseImporter () | |
| BaseImporter | clone ? () |
| cloneMembersTo ? ( io BaseImporter other ) | |
| Ref<ImporterObject>[] | getAllObjectRefs ? () |
| ImporterObject[] | getAllObjects ? () |
| Ref<ImporterObject> | getObjectFromID ? ( in String id ) |
| Ref<ImporterObject> | getObjectFromPath ? ( in String path ) |
| Ref<ImporterObject>[] | getObjectsByType ? ( in String type ) |
| Ref<ImporterObject>[] | getObjectsByTypeAndProperty ? ( in String type, in String key, in ImporterProperty prop ) |
| Ref<ImporterObject> | getOrCreateObject ! ( in String type, in String id, in String path ) |
| Ref<ImporterObject>[] | getOrCreateObjectArray ! ( in Size count, in String type, in String id, in String path ) |