C4 Engine
C4 Engine API Documentation

Interpolator::SetMinValue

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

void SetMinValue(float min);

Parameters
min The new minimum interpolator value.
Description
The SetMinValue function sets the minimum value of an interpolator's range without affecting the maximum value. Calling this function does not affect the current value of the interpolator.
See Also

Interpolator::SetMaxValue

Interpolator::GetRange

Interpolator::SetRange