Version: 5.4
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 An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.
See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.

戻り値

Rect コントロールの Rect

説明

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