ImporterGroup.kl¶
Types¶
ImporterGroup (object)¶
The ImporterGroup represents a group inside of a hierarchy. The main difference between the ImporterTransform is that the ImporterGroup also stores members. The members don’t have to be in the same hierarchy, then can be anywhere in the import structure.
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¶
ImporterGroup ( in ImporterGroup other ) | |
ImporterGroup ( in String id, in String path ) | |
ImporterGroup () | |
addMember ! ( in String member ) | |
ImporterGroup | clone ? () |
UInt32 | getMemberCount ? ( in ImporterContext context ) |
Ref<ImporterObject>[] | getMembers ? ( in ImporterContext context ) |
initialize ! ( in String id, in String path, in String type ) | |
setMembers ! ( in String members[] ) |