C4 Engine
C4 Engine API Documentation

Interpolator::SetState

Defined in:  C4Time.h
Sets the current value, rate, and mode for an interpolator.
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

Interpolator::GetValue

Interpolator::SetValue

Interpolator::GetRate

Interpolator::SetRate

Interpolator::GetMode

Interpolator::SetMode