Method SliderLerpUnclamped
SliderLerpUnclamped(float, float, 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 override Vector2 SliderLerpUnclamped(float a, float b, float interpolant)
Parameters
Type | Name | Description |
---|---|---|
float | a | The lowest value in the range. |
float | b | The highest value in the range. |
float | interpolant | The normalized value to process. |
Returns
Type | Description |
---|---|
Vector2 |