public static BoundsInt BoundsIntField (Rect position, BoundsInt value);
public static BoundsInt BoundsIntField (Rect position, string label, BoundsInt value);
public static BoundsInt BoundsIntField (Rect position, GUIContent label, BoundsInt value);

Parameters

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

Returns

BoundsInt 用户输入的值。

Description

Makes Position and Size field for entering a BoundsInt.

另请参阅扩展编辑器 (Extending the editor)。