HorizontalLayout
Definition
public static partial class DrawGUI
{
public static Scope HorizontalLayout(params GUILayoutOption[] options)
public static Scope HorizontalLayout(GUIStyle style, params GUILayoutOption[] options)
public static Scope HorizontalLayout(this Scope scope, params GUILayoutOption[] options)
public static Scope HorizontalLayout(this Scope scope, GUIStyle style, params GUILayoutOption[] options)
private class HorizontalLayoutScope : Scope
}Remarks
Quick Lookup
Goal
How
Factory Methods
Standalone
Signature
Description
Extension (Chaining)
Signature
Description
HorizontalLayoutScope (private)
Member
Description
Examples
Side-by-Side Labels
Styled Row with Fixed Width
Chained with Vertical Layout
See Also
Last updated