Version: 2019.1
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 ユーザーによって設定された値

説明

Makes Position and Size field for entering a BoundsInt.