Version: 2020.1

EditorGUI.RectIntField

切换到手册
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);

参数

position 屏幕上用于字段的矩形。
label (可选)显示在字段上方的标签。
value 要编辑的值。

返回

RectInt 用户输入的值。

描述

创建用于输入 RectInt 的 X、Y、W 和 H 字段。