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 ) |
Methods in detail¶
ImporterTransform ( in ImporterTransform other )
copy constructor
ImporterTransform ( in String id, in String path )
default constructor
ImporterTransform ImporterTransform.clone? ()
clone method
Mat44 ImporterTransform.computeGlobalTransform? ()
Mat44 ImporterTransform.getGlobalTransform? ( in ImporterContext context )
Mat44 ImporterTransform.getLocalTransform? ( in ImporterContext context )
ImporterTransform.initialize! ( in String id, in String path, in String type )
ImporterTransform.setLocalTransform! ( in Mat44 mat )