Class representing a model motion. More...
Public Member Functions | |
BasicMotion () | |
Creates a motion. | |
Public Attributes | |
string | Name |
Motion name. | |
float | FrameStart |
Start frame. | |
float | FrameEnd |
End frame. | |
float | FrameRate |
Frame rate. | |
BasicMotionRepeatMode | FrameRepeat |
Repeat mode. | |
float | Frame |
Current frame. | |
float | Weight |
Current blend coefficient. | |
BasicFCurve[] | FCurves |
Function curve array included in a motion. |
Class representing a model motion.