Component:ObjectGridAligner: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page ObjectGridAligner (Component) to Component:ObjectGridAligner: Creating component Namespace
Automated: update Fields, Categories
 
Line 15: Line 15:
|CellSize|Float2|
|CellSize|Float2|
|LerpSpeed|Float|
|LerpSpeed|Float|
|HorizontalAlignment|Align|
|HorizontalAlignment|'''[[#Align|Align]]'''|TypeAdv4=true|
|VerticalAlignment|Align|
|VerticalAlignment|'''[[#Align|Align]]'''|TypeAdv5=true|
|RowAxis|AxisDir|
|RowAxis|'''[[#AxisDir|AxisDir]]'''|TypeAdv6=true|
|ColumnAxis|AxisDir|
|ColumnAxis|'''[[#AxisDir|AxisDir]]'''|TypeAdv7=true|
|Items|SyncList`1|TypeString8=SyncList<Item>|
|Items|{{RootFieldType|SyncList`1|[[#Item|Item]]}}|TypeAdv8=true|
}}
}}


Line 34: Line 34:
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Object Grid Aligner]]
[[Category:Components{{#translation:}}|Object Grid Aligner]]
[[Category:Components With Nested Enums{{#translation:}}|Object Grid Aligner]]
[[Category:Components With Nested Types{{#translation:}}|Object Grid Aligner]]
[[Category:Components:Transform:Drivers{{#translation:}}|Object Grid Aligner]]
[[Category:Components:Transform:Drivers{{#translation:}}|Object Grid Aligner]]

Latest revision as of 21:26, 3 March 2024


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


Component image 
Object Grid Aligner component as seen in the Scene Inspector


Fields

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.
AutoAddChildren Bool Controls whether slots below this component's slot in the hierarchy are automatically added to _targets
ItemsPerRow Int
CellSize Float2
LerpSpeed Float
HorizontalAlignment Align
VerticalAlignment Align
RowAxis AxisDir
ColumnAxis AxisDir
Items list of Item

Usage

Examples

Related Components