Vector3IntRange Constructor
Constructor in Vector3IntRange
Declaration
public Vector3IntRange(Vector3Int min, Vector3Int 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. |