Layout Type
A gui layout.
Union cases
Union case | Description |
Full Usage:
Dock(Bounds, PercentageBased, ResizeChildren)
Parameters:
Vector4
PercentageBased : bool
ResizeChildren : bool
|
|
Full Usage:
Flow(FlowDirection, FlowLimit)
Parameters:
FlowDirection
FlowLimit : FlowLimit
|
|
Full Usage:
Grid(Dims, FlowDirectionOpt, ResizeChildren)
Parameters:
Vector2i
FlowDirectionOpt : FlowDirection option
ResizeChildren : bool
|
|
Full Usage:
Manual
|
Instance members
Instance member | Description |
Full Usage:
this.IsDock
Returns: bool
|
|
Full Usage:
this.IsFlow
Returns: bool
|
|
Full Usage:
this.IsGrid
Returns: bool
|
|
Full Usage:
this.IsManual
Returns: bool
|
|