Header menu logo Nu

Layout Type

A gui layout.

Union cases

Union case Description

Dock(Bounds, PercentageBased, ResizeChildren)

Full Usage: Dock(Bounds, PercentageBased, ResizeChildren)

Parameters:
    Bounds : Vector4
    PercentageBased : bool
    ResizeChildren : bool

Dock children in the given bounds

Bounds : Vector4
PercentageBased : bool
ResizeChildren : bool

Flow(FlowDirection, FlowLimit)

Full Usage: Flow(FlowDirection, FlowLimit)

Parameters:

Flow children in the given direcion up to the given limit.

FlowDirection : FlowDirection
FlowLimit : FlowLimit

Grid(Dims, FlowDirectionOpt, ResizeChildren)

Full Usage: Grid(Dims, FlowDirectionOpt, ResizeChildren)

Parameters:

Arrange children in a grid with the given dimensions, optional flow direction, and with optional resizing behavior.

Dims : Vector2i
FlowDirectionOpt : FlowDirection option
ResizeChildren : bool

Manual

Full Usage: Manual

Utilize no layout, allowing children to be placed freely.

Instance members

Instance member Description

this.IsDock

Full Usage: this.IsDock

Returns: bool
Returns: bool

this.IsFlow

Full Usage: this.IsFlow

Returns: bool
Returns: bool

this.IsGrid

Full Usage: this.IsGrid

Returns: bool
Returns: bool

this.IsManual

Full Usage: this.IsManual

Returns: bool
Returns: bool

Type something to start searching.