Method SliderLerpUnclamped
SliderLerpUnclamped(THandleValueType, THandleValueType, float)
Method to implement which returns a value based on the linear interpolation of a given interpolant between a specific range.
Usually you can use directly LerpUnclamped(float, float, float) for floating point value types.
Declaration
protected abstract TValueType SliderLerpUnclamped(THandleValueType a, THandleValueType b, float interpolant)
Parameters
Type | Name | Description |
---|---|---|
THandleValueType | a | The lowest value in the range. |
THandleValueType | b | The highest value in the range. |
float | interpolant | The normalized value to process. |
Returns
Type | Description |
---|---|
TValueType |