ImporterAnimCurve (object)¶
The ImporterAnimCurve represents an animation curve being imported. The curve contains a KeyframeTrack property storing the actual animation curve data.
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 |
Methods¶
| ImporterAnimCurve ( in ImporterAnimCurve other ) | |
| ImporterAnimCurve ( in String id, in String path ) | |
| ImporterAnimCurve () | |
| ImporterAnimCurve | clone ? () |
| String | getTargetPath ? ( in ImporterContext context ) |
| KeyframeTrack | getTrack ? ( in ImporterContext context ) |
| initialize ! ( in String id, in String path, in String type ) | |
| setTargetPath ! ( in String targetPath ) | |
| setTrack ! ( in KeyframeTrack track ) |
Methods in detail¶
ImporterAnimCurve ( in ImporterAnimCurve other )
copy constructor
ImporterAnimCurve ( in String id, in String path )
default constructor
ImporterAnimCurve ImporterAnimCurve.clone? ()
clone method
String ImporterAnimCurve.getTargetPath? ( in ImporterContext context )
KeyframeTrack ImporterAnimCurve.getTrack? ( in ImporterContext context )
ImporterAnimCurve.initialize! ( in String id, in String path, in String type )
ImporterAnimCurve.setTargetPath! ( in String targetPath )
ImporterAnimCurve.setTrack! ( in KeyframeTrack track )