Version: 2017.3

EditorGUI.BoundsIntField

Cambiar al Manual
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

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

Valor de retorno

BoundsInt The value entered by the user.

Descripción

Make Position & Size field for entering a BoundsInt.