Method MakeRangeValue
MakeRangeValue(float, float)
Create a range value from the min and max values.
Declaration
protected override Vector2 MakeRangeValue(float minValue, float maxValue)
Parameters
Type | Name | Description |
---|---|---|
float | minValue | The minimum value of the range. |
float | maxValue | The maximum value of the range. |
Returns
Type | Description |
---|---|
Vector2 | A new range object of type TRangeType. |