Skip to content

UI.Layout

Name - Description Default Type
<input> Not used. Any
<output> Passthrough the input. Any
Contents The UI contents. none Shard[Shard]
Class The Layout class defining all layout options. none Var(Object)
MinSize Minimum reserved space for the UI. Overridden by FillWidth and FillHeight. none Float2Var(Float2)
MaxSize Maximum reserved space for the UI. Overridden by FillWidth and FillHeight. none Float2Var(Float2)
FillWidth Whether the layout should occupy the full width. none BoolVar(Bool)
FillHeight Whether the layout should occupy the full height. none BoolVar(Bool)

Versatile layout with numerous customization options.

Examples