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

EditorGUILayout.BoundsIntField

提出变更建议

成功!

感谢您帮助我们提升 Unity 文档的质量。尽管我们无法接受所有提交,但我们会仔细阅读用户提出的每一条变更建议,并在适用的情况下进行更新。

关闭

提交失败

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

关闭

取消

声明

public static BoundsInt BoundsIntField(BoundsInt value, params GUILayoutOption[] options);

声明

public static BoundsInt BoundsIntField(string label, BoundsInt value, params GUILayoutOption[] options);

声明

public static BoundsInt BoundsIntField(GUIContent label, BoundsInt value, params GUILayoutOption[] options);

参数

label 创建位置和大小字段,用于输入Bounds
value 要编辑的值。
options 可选布局选项列表,用于指定额外的布局属性。此处传入的任何值都将覆盖由style定义的设置。
其他资源:GUILayout.WidthGUILayout.HeightGUILayout.MinWidthGUILayout.MaxWidthGUILayout.MinHeightGUILayout.MaxHeightGUILayout.ExpandWidthGUILayout.ExpandHeight

返回值

BoundsInt 用户输入的值。

描述

创建位置和大小字段,用于输入BoundsInt