ImporterInstance.kl¶
Types¶
ImporterInstance (object)¶
The ImporterInstance represents a combination of a transform as well as a reference to another ImporterObject instanced in that location. The referenced ImporterObject is called the master.
Members¶
| Importer | importer | |
| ImporterCallback | callback | |
| String | id | |
| UInt32 | version | |
| Ref<ImporterObject> | parentObject | |
| String | path | |
| String | type | |
| String[] | curves | |
| ImporterProperty[String] | properties | |
| ImporterProperty[String] | propertyCaches | |
| Boolean[String] | propertyConstant | |
| ImporterObjectMetaData | metaData | |
| ImporterContext | defaultContext | |
| ImporterObjectContexts | lastContextsPerProperty | |
| Boolean | transformSetOnce |
Methods¶
| ImporterInstance ( in ImporterInstance other ) | |
| ImporterInstance ( in String id, in String path ) | |
| ImporterInstance () | |
| ImporterInstance | clone ? () |
| Ref<ImporterObject> | getMaster ? ( in ImporterContext context ) |
| String | getMasterID ? ( in ImporterContext context ) |
| initialize ! ( in String id, in String path, in String type ) | |
| setMaster ! ( in ImporterObject master ) | |
| setMasterID ! ( in String id ) |