This version of Unity is unsupported.

EditorGUI.RectIntField

Declaration

public static RectInt RectIntField(Rect position, RectInt value);

Declaration

public static RectInt RectIntField(Rect position, string label, RectInt value);

Declaration

public static RectInt RectIntField(Rect position, GUIContent label, RectInt 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

RectInt The value entered by the user.

Description

Makes an X, Y, W, and H field for entering a RectInt.