Component:GridLayout: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page GridLayout (Component) to Component:GridLayout: Creating component Namespace
Automated: update Fields, Categories
Line 14: Line 14:
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|PaddingTop|Float|  
|PaddingTop|Float|
|PaddingRight|Float|  
|PaddingRight|Float|
|PaddingBottom|Float|  
|PaddingBottom|Float|
|PaddingLeft|Float|  
|PaddingLeft|Float|
|CellSize|Float2|  
|CellSize|Float2|
|Spacing|Float2|  
|Spacing|Float2|
|HorizontalAlign|LayoutHorizontalAlignment|  
|HorizontalAlign|LayoutHorizontalAlignment|
|VerticalAlign|LayoutVerticalAlignment|  
|VerticalAlign|LayoutVerticalAlignment|
|ExpandWidthToFit|Bool|  
|ExpandWidthToFit|Bool|
|PreserveAspectOnExpand|Bool|  
|PreserveAspectOnExpand|Bool|
|AlignLastRowIndividually|Bool|  
|AlignLastRowIndividually|Bool|
}}
}}


Line 36: Line 36:
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:Components{{#translation:}}|GridLayout (Component){{#translation:}}]]
[[Category:Components{{#translation:}}|Grid Layout]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components:UIX:Layout{{#translation:}}|GridLayout (Component){{#translation:}}]]
[[Category:Components:UIX:Layout{{#translation:}}|Grid Layout]]

Revision as of 21:40, 3 March 2024


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Component image 
GridLayout component as seen in the Scene Inspector


Intoduction

Usage

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
PaddingTop Float
PaddingRight Float
PaddingBottom Float
PaddingLeft Float
CellSize Float2
Spacing Float2
HorizontalAlign LayoutHorizontalAlignment
VerticalAlign LayoutVerticalAlignment
ExpandWidthToFit Bool
PreserveAspectOnExpand Bool
AlignLastRowIndividually Bool

Behavior

Examples

Related Components