Version: 2018.2
public static Rect GetAspectRect (float aspect);
public static Rect GetAspectRect (float aspect, GUIStyle style);
public static Rect GetAspectRect (float aspect, params GUILayoutOption[] options);
public static Rect GetAspectRect (float aspect, GUIStyle style, params GUILayoutOption[] options);

パラメーター

aspectエレメントのアスペクト比 (幅/高さ)
styleオプションのスタイル。指定した場合、スタイルの padding 値を返される矩形のサイズに追加されされ、スペースを空ける margin 値が使用されます。
options指定してレイアウトオプションを渡すときのレイアウトオプションのリスト。ここで設定したものは style によって設定された値を上書きします。
See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.

戻り値

Rect コントロールの Rect

説明

指定したアスペクト比の矩形のレイアウト空間を予約します。