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);

파라미터

positionRectangle on the screen to use for the field.
labelOptional label to display above the field.
valueThe value to edit.

반환

BoundsInt The value entered by the user.

설명

Makes Position and Size field for entering a BoundsInt.