Vector2IntRange Constructor
Constructor in Vector2IntRange
Declaration
public Vector2IntRange(Vector2Int min, Vector2Int max)Description
Creates a new range with the specified values.
Parameters
| min | The lower bound of the range. |
| max | The upper bound of the range. |