first commit

This commit is contained in:
SimonSayeBabu
2025-01-17 13:10:20 +01:00
commit bd1057cec0
16967 changed files with 1048699 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# 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)