This version of Unity is unsupported.

EditorGUI.BoundsIntField

Declaration

public static BoundsInt BoundsIntField(Rect position, BoundsInt value);

Declaration

public static BoundsInt BoundsIntField(Rect position, string label, BoundsInt value);

Declaration

public static BoundsInt BoundsIntField(Rect position, GUIContent label, BoundsInt value);

Parameters

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

Returns

BoundsInt The value entered by the user.

Description

Makes Position and Size field for entering a BoundsInt.