Category:Components:UIX:Layout: Difference between revisions

Category page
imported>Xekri
No edit summary
 
Added descriptions to this category.
 
Line 2: Line 2:


{{Table ComponentCategoryComponents
{{Table ComponentCategoryComponents
|ArcLayout||
|ArcLayout|| A layout that curves around a center point. The [[Context menu|context menu]] uses this.
|ArcSegmentLayout||
|ArcSegmentLayout|| A layout segment used to separate a chunk of a curved layout. The [[Context menu|context menu]] uses this.
|AspectRatioFitter||
|AspectRatioFitter|| A layout fitter, used to uniformly shape the contents to a certain ratio.
|ContentSizeFitter||
|ContentSizeFitter|| A layout fitter, used to keep the contents inside the bounds of a [[Component:RectTransform|RectTransform]] dynamically.
|FixedRectFitterLayout||
|FixedRectFitterLayout|| A layout fitter, used to keep the contents inside the bounds of a [[Component:RectTransform|RectTransform]] statically.
|GraphicChunkRoot||
|GraphicChunkRoot|| Used to represent a graphical chunk root.
|GridLayout||
|GridLayout|| A layout that aligns contents in a grid style, left to right, top to bottom.
|HorizontalLayout||
|HorizontalLayout|| A layout that aligns contents horizontally, left to right.
|IgnoreLayout||
|IgnoreLayout|| A layout descriptor that tells the parent [[Slot|slot]] layout to ignore this [[UIX]] element from that layout.
|LayoutElement||
|LayoutElement|| A layout descriptor, controlling how this particular [[UIX]] element should be treated in the parent [[Slot|slot]] layout.
|VerticalLayout||
|VerticalLayout|| A layout that aligns contents vertically, top to bottom.
}}
}}


[[Category:Components:UIX]]
[[Category:Components:UIX]]

Latest revision as of 21:44, 28 July 2024

These components determine how UIX elements are laid out.

Components
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.