Version: 2020.2
언어: 한국어
public static BoundsInt BoundsIntField (Rect position, BoundsInt value);
public static BoundsInt BoundsIntField (Rect position, string label, BoundsInt value);
public static BoundsInt BoundsIntField (Rect position, GUIContent label, BoundsInt value);

파라미터

position Rectangle on the screen to use for the field.
label Optional label to display above the field.
value The value to edit.

반환

BoundsInt The value entered by the user.

설명

Makes Position and Size field for entering a BoundsInt.