Version: 2022.3
言語: 日本語
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 Make Position & Size field for entering a Bounds.
value 編集する値
options 指定してレイアウトオプションを渡すときのレイアウトオプションのリスト。ここで設定したものは style によって設定された値を上書きします。
See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.

戻り値

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

説明

Make Position & Size field for entering a BoundsInt.