Interpolator::Set
Defined in: C4Time.h
Sets the current value, rate, and mode for an interpolator.
Prototype
void Set(float value, float rate, unsigned long mode);
Parameters
value |
The new interpolator value.
|
rate |
The new interpolator rate.
|
mode |
The new interpolator mode.
|
Description
See Also
Interpolator::GetValue
Interpolator::SetValue
Interpolator::GetRate
Interpolator::SetRate
Interpolator::GetMode
Interpolator::SetMode
|