Automated: create new component page |
989onan bot (talk | contribs) Automated: update SyncDelegates |
||
Line 24: | Line 24: | ||
|_notificationsRoot|Slot| | |_notificationsRoot|Slot| | ||
|_notificationsHolder|Slot| | |_notificationsHolder|Slot| | ||
}} | |||
== Sync Delegates == | |||
{{Table ComponentTriggers | |||
|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| | |||
|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| | |||
}} | }} | ||
Revision as of 06:05, 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 |
---|---|---|---|
OnModalOverlayRequestedAction`1<ModalOverlayManager>
|
Action`1<ModalOverlayManager> | ✓ | |
OnTurnOffEditModeButtonEventHandler
|
ButtonEventHandler | ✓ | |
SetupDefaultTopBarAction`1<Slot>
|
Action`1<Slot> | ✓ | |
OnHideAction`1<LegacyPanel>
|
Action`1<LegacyPanel> | ✓ |