You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
518 B
Markdown
10 lines
518 B
Markdown
1 year ago
|
# Auto Layout
|
||
|
|
||
|
The [auto layout](UIAutoLayout.md) system provides ways to place elements in nested layout groups such as horizontal groups, vertical groups, or grids. It also allows elements to automatically be sized according to the contained content.
|
||
|
|
||
|
* [Content Size Fitter](script-ContentSizeFitter.md)
|
||
|
* [Layout Element](script-LayoutElement.md)
|
||
|
* [Horizontal Layout Group](script-HorizontalLayoutGroup.md)
|
||
|
* [Vertical Layout Group](script-VerticalLayoutGroup.md)
|
||
|
* [Grid Layout Group](script-GridLayoutGroup.md)
|