版本:Unity 6 (6000.0)
语言英语
  • C#

EditorGUILayout.RectIntField

建议更改

成功!

感谢帮助我们提升 Unity 文档质量。虽然我们无法接受所有提交,但我们会阅读用户建议的每项更动并会在适用时进行更新。

关闭

提交失败

由于某种原因,您的建议更动无法提交。请在几分钟后<a>重试</a>。感谢您抽出时间帮助我们提升 Unity 文档质量。

关闭

取消

声明

public static RectInt RectIntField(RectInt value, params GUILayoutOption[] options);

声明

public static RectInt RectIntField(string label, RectInt value, params GUILayoutOption[] options);

声明

public static RectInt RectIntField(GUIContent label, RectInt value, params GUILayoutOption[] options);

参数

标签 显示在字段上方的标签。
要编辑的值。
选项 指定额外布局属性的布局选项可选列表。此处传入的任何值会覆盖 style 定义的设置。
其他资源:GUILayout.WidthGUILayout.HeightGUILayout.MinWidthGUILayout.MaxWidthGUILayout.MinHeightGUILayout.MaxHeightGUILayout.ExpandWidthGUILayout.ExpandHeight

返回值

RectInt 用户输入的值。

说明

创建一个 X、Y、W 和 H 字段,用于输入 RectInt