ImporterAnimChannel (struct)¶
Members¶
| Ref<ImporterObject> | subject | |
| String | property | |
| String | subProperty | |
| String | valueType | |
| Vec2 | range | |
| Float32 | step | |
| Float32[] | values |
Methods¶
| ImporterAnimChannel ( in ImporterAnimChannel other ) | |
| ImporterAnimChannel ( in Ref<ImporterObject> subject, in String property, in String subProperty, in ImporterContext ctxt ) | |
| ImporterAnimChannel () | |
| ImporterAnimChannel | clone ? () |
| computeRange ! ( in Ref<ImporterObject> subject, in ImporterContext ctxt ) | |
| String | getName ? () |
| resample ! ( in Vec2 range, in Float32 step, in ImporterContext inCtxt ) |
Methods in detail¶
ImporterAnimChannel ( in ImporterAnimChannel other )
copy constructor
ImporterAnimChannel ( in Ref<ImporterObject> subject, in String property, in String subProperty, in ImporterContext ctxt )
default constructor
ImporterAnimChannel ImporterAnimChannel.clone? ()
clone method
ImporterAnimChannel.computeRange! ( in Ref<ImporterObject> subject, in ImporterContext ctxt )
String ImporterAnimChannel.getName? ()
ImporterAnimChannel.resample! ( in Vec2 range, in Float32 step, in ImporterContext inCtxt )