Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Radiant Dash Screen | |Name=Radiant Dash Screen | ||
}} | }} | ||
See [[Dash menu]]. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Icon|Uri| | |Icon|Uri| The icon for this screen. | ||
|ActiveColor|'''[[Type:Nullable`1|Nullable`1]]<[[Type:ColorX|ColorX]]>'''|TypeAdv1=true| | |ActiveColor|'''[[Type:Nullable`1|Nullable`1]]<[[Type:ColorX|ColorX]]>'''|TypeAdv1=true| The color when this screen is active. | ||
|Label|String| | |Label|String| The name of this screen. | ||
|ScreenEnabled|Bool| | |ScreenEnabled|Bool| Whether this screen is enabled. | ||
|BaseResolution|Float2| | |BaseResolution|Float2| The resolution of this screen. | ||
|_screenRoot|Slot| | |_screenRoot|Slot| The root of the elements on this screen. | ||
|_screenCanvas|'''[[Component:Canvas|Canvas]]'''|TypeAdv6=true| | |_screenCanvas|'''[[Component:Canvas|Canvas]]'''|TypeAdv6=true| The canvas being used to render this screen. | ||
|_modalOverlayManager|'''[[Component:ModalOverlayManager|ModalOverlayManager]]'''|TypeAdv7=true| | |_modalOverlayManager|'''[[Component:ModalOverlayManager|ModalOverlayManager]]'''|TypeAdv7=true| The manager handling edit mode for this screen. | ||
|_button|'''[[Component:RadiantDashButton|RadiantDashButton]]'''|TypeAdv8=true| | |_button|'''[[Component:RadiantDashButton|RadiantDashButton]]'''|TypeAdv8=true| The button to select this screen for the dash. | ||
|_iconTexture|{{RootFieldType|AssetRef`1|[[Type:Texture2D|Texture2D]]}}|TypeAdv9=true| | |_iconTexture|{{RootFieldType|AssetRef`1|[[Type:Texture2D|Texture2D]]}}|TypeAdv9=true| The texture being used for the icon for this screen. | ||
}} | }} | ||
== | == Usage == | ||
== Examples == | == Examples == | ||
Line 27: | Line 27: | ||
[[Category:Components:Uncategorized{{#translation:}}|Radiant Dash Screen]] | [[Category:Components:Uncategorized{{#translation:}}|Radiant Dash Screen]] | ||
[[Category:Components{{#translation:}}|Radiant Dash Screen]] | [[Category:Components{{#translation:}}|Radiant Dash Screen]] | ||
Latest revision as of 03:00, 1 August 2025
Component image 
Radiant Dash Screen component as seen in the Scene Inspector

See Dash menu.
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. |