Time Manager
C4Time.h

Interpolator::Set

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