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 |
Float2 Var(Float2) |
|
MaxSize |
Maximum reserved space for the UI. Overridden by FillWidth and FillHeight. | none |
Float2 Var(Float2) |
|
FillWidth |
Whether the layout should occupy the full width. | none |
Bool Var(Bool) |
|
FillHeight |
Whether the layout should occupy the full height. | none |
Bool Var(Bool) |
Versatile layout with numerous customization options.