ImporterTransform.kl¶
Interfaces¶
ImporterTransform_Virtuals (interface)¶
Functions¶
| Mat44 | computeGlobalTransform ? () |
Functions in detail¶
Mat44 ImporterTransform_Virtuals.computeGlobalTransform? ()
Types¶
ImporterTransform (object)¶
The ImporterTransform represents an imported transform inside of a hierarchy. The ImporterTransform provides access to the local and global Mat44 values.
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¶
| ImporterTransform ( in ImporterTransform other ) | |
| ImporterTransform ( in String id, in String path ) | |
| ImporterTransform () | |
| ImporterTransform | clone ? () |
| Mat44 | computeGlobalTransform ? () |
| Mat44 | getGlobalTransform ? ( in ImporterContext context ) |
| Mat44 | getLocalTransform ? ( in ImporterContext context ) |
| initialize ! ( in String id, in String path, in String type ) | |
| setLocalTransform ! ( in Mat44 mat ) |