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

Parameters

position @param position Прямоугольник на экране, используемый для поля.
label @param label Необязательный текст, отображаемый над полем.
value @param value Значение для редактирования.

Returns

RectInt Значение, введенное пользователем.

Description

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