Layout
Architecture
Scopes
Scope
Factory Method
Description
Usage Pattern
// Standalone
using (DrawGUI.VerticalLayout(style, GUILayout.Width(200)))
{
// vertical content
}
// Chained
using (DrawGUI.VerticalLayout().HorizontalLayout())
{
// horizontal inside vertical
}See Also
Last updated