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

Parámetros

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

Valor de retorno

BoundsInt The value entered by the user.

Descripción

Makes Position and Size field for entering a BoundsInt.