UI.Layout¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
The value that will be passed to the Contents shards of the layout. | Any |
||
<output> |
The output of this shard will be its input. | Any |
||
Contents |
The UI contents. | None |
Shard [Shard] |
|
Class |
The Layout class describing all of the options relating to the layout of this UI. | None |
&Object |
|
MinSize |
The minimum size of the space to be reserved by this UI. This allows the UI to take up more space than required for its widget contents. Can be overidden by FillWidth and FillHeight. | None |
Float2 &Float2 |
|
MaxSize |
The maximum size of the space to be reserved by this UI. Prevents UI from taking as much space as possible. Can be overidden by FillWidth and FillHeight. | None |
Float2 &Float2 |
|
FillWidth |
Whether the Layout should take up the full width of the available space. | None |
Bool |
|
FillHeight |
Whether the Layout should take up the full height of the available space. | None |
Bool |
Versatile layout with many options for customizing the desired UI.