989onan bot (talk | contribs) Automated: update SyncDelegates |
989onan bot (talk | contribs) Automated: update SyncDelegates |
||
Line 28: | Line 28: | ||
== Sync Delegates == | == Sync Delegates == | ||
{{Table ComponentTriggers | {{Table ComponentTriggers | ||
|OnModalOverlayRequested[[Type:Action`1|Action`1]]<[[Component:ModalOverlayManager|ModalOverlayManager]]>|[[Type:Action`1|Action`1]]<[[Component:ModalOverlayManager|ModalOverlayManager]]>|true| | |OnModalOverlayRequested:[[Type:Action`1|Action`1]]<[[Component:ModalOverlayManager|ModalOverlayManager]]>|[[Type:Action`1|Action`1]]<[[Component:ModalOverlayManager|ModalOverlayManager]]>|true| | ||
|OnTurnOffEditMode[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |OnTurnOffEditMode:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|SetupDefaultTopBar[[Type:Action`1|Action`1]]<[[Type:Slot|Slot]]>|[[Type:Action`1|Action`1]]<[[Type:Slot|Slot]]>|true| | |SetupDefaultTopBar:[[Type:Action`1|Action`1]]<[[Type:Slot|Slot]]>|[[Type:Action`1|Action`1]]<[[Type:Slot|Slot]]>|true| | ||
|OnHide[[Type:Action`1|Action`1]]<[[Component:LegacyPanel|LegacyPanel]]>|[[Type:Action`1|Action`1]]<[[Component:LegacyPanel|LegacyPanel]]>|true| | |OnHide:[[Type:Action`1|Action`1]]<[[Component:LegacyPanel|LegacyPanel]]>|[[Type:Action`1|Action`1]]<[[Component:LegacyPanel|LegacyPanel]]>|true| | ||
}} | }} | ||
Revision as of 06:33, 17 March 2025
Component image File:UserspaceRadiantDashComponent.pngUserspace Radiant Dash 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. |
BlockOpenClose
|
Bool | |
Freeform
|
Bool | |
_dash
|
RadiantDash | |
_dashVisualRoot
|
Slot | |
_positioner
|
UserInterfacePositioner | |
_modalOverlay
|
ModalOverlayManager | |
_legacyInventoryPanel
|
LegacyCanvasPanel | |
_legacyInventory
|
InventoryBrowser | |
_slider
|
Slider | |
_lookat
|
LookAt | |
_uiEditModeToggle
|
Slot | |
_alwaysOnFacetRoot
|
Slot | |
_screensWorkspace
|
Workspace | |
_topWorkspace
|
Workspace | |
_notifications
|
NotificationPanel | |
_notificationsRoot
|
Slot | |
_notificationsHolder
|
Slot |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
OnModalOverlayRequested:Action`1<ModalOverlayManager>
|
Action`1<ModalOverlayManager> | ✓ | |
OnTurnOffEditMode:ButtonEventHandler
|
ButtonEventHandler | ✓ | |
SetupDefaultTopBar:Action`1<Slot>
|
Action`1<Slot> | ✓ | |
OnHide:Action`1<LegacyPanel>
|
Action`1<LegacyPanel> | ✓ |