Version: 2019.2
public static RectInt RectIntField (RectInt value, params GUILayoutOption[] options);
public static RectInt RectIntField (string label, RectInt value, params GUILayoutOption[] options);
public static RectInt RectIntField (GUIContent label, RectInt 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.

戻り値

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

説明

Make an X, Y, W & H field for entering a RectInt.