BasicMotion Class Reference

Class representing a model motion. More...

List of all members.

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.

Detailed Description

Class representing a model motion.