Skip to content
Version 2.11.0
↓ Get the launcher

ColumnElement constructor

Vertical layout container: children stacked top-to-bottom with optional spacing.

public ColumnElement(IReadOnlyList<HudElement> Children, float Gap = 0)
parameter description
Children Child elements stacked vertically.
Gap Spacing in pixels between each child.