C4 Engine
C4 Engine API Documentation

Interpolator::SetValue

Defined in:  C4Time.h
Sets the current value of an interpolator.
Prototype

void SetValue(float value);

Parameters
value The new interpolator value.
Description
The SetValue function sets the current value stored inside an interpolator object to that specified by the value parameter.

The current value of an interpolator is updated according to the rate and mode state by calling the Interpolator::UpdateValue function.
See Also

Interpolator::GetValue