Interpolator::SetState
Defined in:
Sets the current value, rate, and mode for an interpolator.
C4Time.h
Prototype
void SetState(float value, float rate, uint32 mode);
Parameters
value |
The new interpolator value. |
rate |
The new interpolator rate. |
mode |
The new interpolator mode. |
Description
The SetState
function sets the current value, rate, and mode for an interpolator to those specified by the value
, rate
, and mode
parameters.
See Also