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