Component:LegacyRadiantScreenWrapper

From Resonite Wiki
This article describes a feature marked as legacy—this usually means there's a newer, better alternative. Legacy features might not be removed but they will not be updated, and the team will not provide any support for them.
Component image 
File:LegacyRadiantScreenWrapper`1Component.png
Legacy Radiant Screen Wrapper`1 component as seen in the Scene Inspector

The LegacyRadiantScreenWrapper component was used to handle the old ui when the bottom buttons used to be physical. this should never be used in new content ever.

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 of the current screen.
ActiveColor Nullable`1<ColorX> The color of the current screen.
Label String The label text of the current screen.
ScreenEnabled Bool The enabled status of the current screen.
BaseResolution Float2 The base resolution of the current screen.
_screenRoot Slot The root slot of the current screen.
_screenCanvas Canvas The canvas component of the current screen.
_modalOverlayManager ModalOverlayManager The modal overlay manager of the dash this component controls.
_button RadiantDashButton The button for the current screen.
_iconTexture Texture2D The icon for the current screen.
ExtraSidePadding Float How much to pad the current screen
Background ColorX The background color of the current screen.
_initialized Bool Whether this component is finished setup.
InitializeComponent delegate of identity Action`1<T> A sync delegate to call with an argument of T when this initalizes.
ButtonGenerated delegate of identity Action`1<RadiantDashButton> A sync delegate to call with an argument of RadiantDashButton to call when this component's button is generated.

See Also