Method InterpolateUnclamped
InterpolateUnclamped(float, float, float)
Method to override and adapted to the generic type. This assumes interpolation for that value will not be clamped.
Declaration
protected override float InterpolateUnclamped(float start, float end, float time)
Parameters
Type | Name | Description |
---|---|---|
float | start | The start value (min) |
float | end | The end value (max) |
float | time | The time value used to interpolate between start and end values (pos) |
Returns
Type | Description |
---|---|
float | The interpolated value |