Version: 2022.1
언어: 한국어
public Vector3Int min ;

설명

The minimal point of the box.

This point is contained in the box.

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