EntUIVerticalOrHorizontalLayout
UI Vertical Or Horizontal Layout
Will auto layout child UI entities into a vertical/horizontal layout
ID: EntUIVerticalOrHorizontalLayout
Requires Components: UI Transform
Base Type: UI Layout
Values
Name | Type | Description |
---|---|---|
Spacing | Number Variable | How much space there is between each child of the layout group. |
Force Expand Width | Bool Variable | |
Force Expand Height | Bool Variable | |
Control Child Width | Bool Variable | If true, the children of the layout group will stretch to fill the layout group's width. |
Control Child Height | Bool Variable | If true, the children of the layout group will stretch to fill layout group's height. |
Top Padding | Int Variable | |
Bottom Padding | Int Variable | |
Left Padding | Int Variable | |
Right Padding | Int Variable | |
Child Alignment | Enum Variable |
Attributes:
ModboxMain.MBTypeComponentNoIngameAddingAttribute
Updated almost 2 years ago