VerticalLayout
Definition
public static partial class DrawGUI
{
public static Scope VerticalLayout(params GUILayoutOption[] options)
public static Scope VerticalLayout(GUIStyle style, params GUILayoutOption[] options)
public static Scope VerticalLayout(this Scope scope, params GUILayoutOption[] options)
public static Scope VerticalLayout(this Scope scope, GUIStyle style, params GUILayoutOption[] options)
private class VerticalLayoutScope : Scope
}Remarks
Quick Lookup
Goal
How
Factory Methods
Standalone
Signature
Description
Extension (Chaining)
Signature
Description
VerticalLayoutScope (private)
Member
Description
Examples
Stacked Elements
Box-Styled Container
Multi-Column Layout
See Also
Last updated