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

説明

Makes Position and Size field for entering a BoundsInt.