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 的 Position & Size 字段。
value要编辑的值。
options一个可选的布局选项列表,用于指定额外的布局属性。此处传递的任何值都将覆盖 style 定义的设置。
另请参阅:GUILayout.WidthGUILayout.HeightGUILayout.MinWidthGUILayout.MaxWidthGUILayout.MinHeightGUILayout.MaxHeightGUILayout.ExpandWidthGUILayout.ExpandHeight

返回

BoundsInt 用户输入的值。

描述

创建用于输入 BoundsInt 的 Position 和 Size 字段。