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屏幕上用于字段的矩形。
label(可选)显示在字段上方的标签。
value要编辑的值。

Returns

RectInt 用户输入的值。

Description

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