Version: 2023.2
public Vector2Int max ;

描述

The upper right corner of the rectangle; which is the maximal position of the rectangle along the x- and y-axes, when it is aligned to both axes.

If you enter a maximum value that is less than the current minimum value, then the entered value becomes the new minimum value and the previous minimum value becomes the new maximum value. The position and size of the RectInt is then adjusted based on the new minimum and maximum values.