Method GetMaxValue
GetMaxValue(Vector2)
Get the maximum value from the range value.
Declaration
protected override float GetMaxValue(Vector2 rangeValue)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | rangeValue | The range value. |
Returns
Type | Description |
---|---|
float | The maximum value of the range. |