Version: 2017.3
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);

パラメーター

position 表示位置
label フィールドのラベル
value 編集する値

戻り値

BoundsInt ユーザーによって設定された値

説明

Make Position & Size field for entering a BoundsInt.