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 ) |
Methods in detail¶
ImporterInstance ( in ImporterInstance other )
copy constructor
ImporterInstance ( in String id, in String path )
default constructor
ImporterInstance ImporterInstance.clone? ()
clone method
Ref<ImporterObject> ImporterInstance.getMaster? ( in ImporterContext context )
String ImporterInstance.getMasterID? ( in ImporterContext context )
ImporterInstance.initialize! ( in String id, in String path, in String type )
ImporterInstance.setMaster! ( in ImporterObject master )
ImporterInstance.setMasterID! ( in String id )