Automated: create new component page |
mNo edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{UserspaceComponent}} | |||
{{Infobox Component | {{Infobox Component | ||
|Image=UserspaceRadiantDashComponent.png | |Image=UserspaceRadiantDashComponent.png | ||
Line 24: | Line 25: | ||
|_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| | |||
}} | }} | ||
Latest revision as of 18:30, 3 April 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> | ✓ |