Interpolator::SetMaxValue
Defined in:
Sets the maximum value of an interpolator.
C4Time.h
Prototype
void SetMaxValue(float max);
Parameters
max |
The new maximum interpolator value. |
Description
The SetMaxValue
function sets the maximum value of an interpolator's range without affecting the minimum value. Calling this function does not affect the current value of the interpolator.
See Also