#include <track.h>
Public Methods | |
| TrackData (unsigned int ID=0, float wfactor=1.f, float tfactor=1.f, float attack=0.f, float decay=0.f, float delay=0.f, float decayStart=-1.f) | |
| Constructor. | |
Public Attributes | |
| float | mAttack |
| Time to ramp up to mWeightFactor. | |
| float | mDecay |
| Time to ramp down mWeightFactor to 0. | |
| float | mDelayStart |
| Time before animation starts. | |
| float | mDecayStart |
| Time when animation ends. | |
| float | mWeightFactor |
| Maximum weight during steady state. | |
| float | mTimeFactor |
| Adjusts the speed of the animation. | |
| unsigned int | mID |
| Track id. | |
|
||||||||||||||||||||||||||||||||
|
Constructor.
|
1.2.17