Layout Child
The LayoutChild Component enables an element that is controlled by a LayoutGroup Component to override the default behavior of the Layout Group.
See the Layout Groups section for more details.

Properties
| Property | Description |
|---|---|
| Min Width | Set the minimum width that the element can be rendered at. |
| Max Width | Set the maximum width that the element can be rendered at. |
| Min Height | Set the minimum height that the element can be rendered at. |
| Max Height | Set the maximum height that the element can be rendered at. |
| Fit Width Proportion | The proportion of additional space that the element will take up if the layout group is set to stretch or shrink. |
| Fit Height Proportion | The proportion of additional space that the element will take up if the layout group is set to stretch or shrink. |
| Exclude from Layout | Completely ignore this element when calculating the layout. |
See Also
- LayoutGroup Component - The parent component that controls layout
- Element Component - Required for UI layout
- Layout Groups - Learn more about layout groups
Scripting Interface
You can control a LayoutChild Component's properties using a Script Component. The LayoutChild Component's scripting interface is here.