Component:RadiantDashButton

From Resonite Wiki
Revision as of 02:47, 1 August 2025 by 989onan (talk | contribs) (add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
Radiant Dash Button component as seen in the Scene Inspector

See Dash menu.

Fields

Fields
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.
Dash RadiantDash The dash this is a button to.
Screen RadiantDashScreen The screen this button triggers a switch to for.
_switchingEnabled direct RelayRef`1<IField`1<Bool>> The field to drive with whether switching is enabled.
_screenEnabled direct RelayRef`1<IField`1<Bool>> The field to drive with whether the screen is enabled.
_currentScreen direct RelayRef`1<SyncRef`1<RadiantDashScreen>> The current screen Dash is on.
_button Button The button to trigger switching to the target screen.
_text Text The text for the button.
_textBg Image The text background element.
_icon Image The icon for the button.
_layout LayoutElement The layout UIX element of the button.
_rootRect RectTransform The root Rect UIX element for this button.
_iconRect RectTransform The root Rect UIX element for the button's icon.

Usage

Examples

See Also