Automated: create new component page |
989onan bot (talk | contribs) Automated: update Fields, SyncDelegates |
||
Line 18: | Line 18: | ||
|_iconTexture|{{RootFieldType|AssetRef`1|[[Type:Texture2D|Texture2D]]}}|TypeAdv9=true| | |_iconTexture|{{RootFieldType|AssetRef`1|[[Type:Texture2D|Texture2D]]}}|TypeAdv9=true| | ||
|_swapRegion|'''[[Component:SlideSwapRegion|SlideSwapRegion]]'''|TypeAdv10=true| | |_swapRegion|'''[[Component:SlideSwapRegion|SlideSwapRegion]]'''|TypeAdv10=true| | ||
|_currentScreen|'''[[#Screen|Screen]]'''|TypeAdv11=true| | |_currentScreen|'''[[#Screen|TutorialScreen.Screen]]'''|TypeAdv11=true| | ||
|_heightField|'''[[Component:QuantityTextEditorParser` | |_heightField|'''[[Component:QuantityTextEditorParser`2|QuantityTextEditorParser`2]]<[[Type:Distance|Distance]], [[Type:Float|Float]]>'''|TypeAdv12=true| | ||
|_nextEnabled|Bool| | |_nextEnabled|Bool| | ||
}} | |||
== Sync Delegates == | |||
{{Table ComponentTriggers | |||
|OnNext[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |||
|OnCreateAccount[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |||
|OnLoginAccount[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |||
|OnSkipAccount[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |||
|OnStartTutorial[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |||
}} | }} | ||
Revision as of 06:05, 17 March 2025
Component image 
Tutorial Screen component as seen in the Scene Inspector

This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Usage
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. Some components stop their functionality when this field is disabled, but some don't. |
Icon
|
Uri | |
ActiveColor
|
Nullable`1<ColorX> | |
Label
|
String | |
ScreenEnabled
|
Bool | |
BaseResolution
|
Float2 | |
_screenRoot
|
Slot | |
_screenCanvas
|
Canvas | |
_modalOverlayManager
|
ModalOverlayManager | |
_button
|
RadiantDashButton | |
_iconTexture
|
Texture2D | |
_swapRegion
|
SlideSwapRegion | |
_currentScreen
|
TutorialScreen.Screen | |
_heightField
|
QuantityTextEditorParser`2<Distance, Float> | |
_nextEnabled
|
Bool |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
OnNextButtonEventHandler
|
ButtonEventHandler | ✓ | |
OnCreateAccountButtonEventHandler
|
ButtonEventHandler | ✓ | |
OnLoginAccountButtonEventHandler
|
ButtonEventHandler | ✓ | |
OnSkipAccountButtonEventHandler
|
ButtonEventHandler | ✓ | |
OnStartTutorialButtonEventHandler
|
ButtonEventHandler | ✓ |