Version: 5.6
public static Bounds BoundsField (Bounds value, params GUILayoutOption[] options);
public static Bounds BoundsField (string label, Bounds value, params GUILayoutOption[] options);
public static Bounds BoundsField (GUIContent label, Bounds value, params GUILayoutOption[] options);

パラメーター

label フィールドの上に表示するラベル
value 編集する値
options 指定してレイアウトオプションを渡すときのレイアウトオプションのリスト。ここで設定したものは style によって設定された値を上書きします。
See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.

戻り値

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

説明

Bounds を入力する Center と Extents フィールドを作成します。