Component:RadiantDashScreen

From Resonite Wiki
Component image 
Radiant Dash Screen 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.
Icon Uri The icon for this screen.
ActiveColor Nullable`1<ColorX> The color when this screen is active.
Label String The name of this screen.
ScreenEnabled Bool Whether this screen is enabled.
BaseResolution Float2 The resolution of this screen.
_screenRoot Slot The root of the elements on this screen.
_screenCanvas Canvas The canvas being used to render this screen.
_modalOverlayManager ModalOverlayManager The manager handling edit mode for this screen.
_button RadiantDashButton The button to select this screen for the dash.
_iconTexture Texture2D The texture being used for the icon for this screen.

Usage

Examples

See Also