These components determine how UIX elements are laid out.
| Component | Description |
|---|---|
| ArcLayout | A layout that curves around a center point. The context menu uses this. |
| ArcSegmentLayout | A layout segment used to separate a chunk of a curved layout. The context menu uses this. |
| AspectRatioFitter | A layout fitter, used to uniformly shape the contents to a certain ratio. |
| ContentSizeFitter | A layout fitter, used to keep the contents inside the bounds of a RectTransform dynamically. |
| FixedRectFitterLayout | A layout fitter, used to keep the contents inside the bounds of a RectTransform statically. |
| GraphicChunkRoot | Used to represent a graphical chunk root. |
| GridLayout | A layout that aligns contents in a grid style, left to right, top to bottom. |
| HorizontalLayout | A layout that aligns contents horizontally, left to right. |
| IgnoreLayout | A layout descriptor that tells the parent slot layout to ignore this UIX element from that layout. |
| LayoutElement | A layout descriptor, controlling how this particular UIX element should be treated in the parent slot layout. |
| VerticalLayout | A layout that aligns contents vertically, top to bottom. |
Pages in category "Components:UIX:Layout"
The following 12 pages are in this category, out of 12 total.