Version: 2017.3
public static RectInt RectIntField (Rect position, RectInt value);
public static RectInt RectIntField (Rect position, string label, RectInt value);
public static RectInt RectIntField (Rect position, GUIContent label, RectInt 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

RectInt The value entered by the user.

Descripción

Make an X, Y, W & H field for entering a RectInt.