|_modalOverlayManager|'''[[Component:ModalOverlayManager|ModalOverlayManager]]'''|TypeAdv7=true| This is the Overlay manager that handles editing mode on this screen.
|_iconTexture|{{RootFieldType|AssetRef`1|[[Type:Texture2D|Texture2D]]}}|TypeAdv9=true| This is the texture Component showing the icon for the tab of this screen.
|_swapRegion|'''[[Component:SlideSwapRegion|SlideSwapRegion]]'''|TypeAdv10=true| This is the swap region used to show the screen and slide it away/in when it is switched from/to.
|_heightField|'''[[Component:QuantityTextEditorParser`2|QuantityTextEditorParser`2]]<[[Type:Distance|Distance]], [[Type:Float|Float]]>'''|TypeAdv12=true| The field used to enter in and store the user's height setting.
|_useImperial|Bool|
|_nextEnabled|Bool| Whether the next button is enabled or not so the user can continue.
|_nextEnabled|Bool|
}}
== Sync Delegates ==
{{Table ComponentTriggers
|OnNext:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the next screen button is enabled.
|OnCreateAccount:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user asks to create an account.
|OnLoginAccount:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user logs into an account.
|OnSkipAccount:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user skips setting up an account.
|OnStartTutorial:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Handles when the user asks to start the tutorial world.
}}
== Screen ==
{{Table EnumValues
|Welcome|0| Screen is currently showing the welcome to resonite screen.
|Language|1| Screen is currently showing the select your language screen.
|Audio|2| Screen is currently showing the select audio devices screen.
|BasicSettings|3| Screen is currently showing the basic settings screen.
|Account|4| Screen is currently showing the create or skip creating account screen.
|StartTutorial|5| Screen is currently showing the start tutorial screen.
}}
}}
== Behavior ==
== Usage ==
== Examples ==
== Examples ==
Used to show the tutorial screen in the dash when the user starts the game for the first time (or wipes their cache)