'''RadiantDash''' controls the opening and closing animations of the [[dash menu]]. When this component is created, it automatically creates child slots and the components it references.
== Fields ==
== Fields ==
Line 9:
Line 9:
|CurrentScreen|'''[[Component:RadiantDashScreen|RadiantDashScreen]]'''|TypeAdv0=true| The current screen this is showing.
|CurrentScreen|'''[[Component:RadiantDashScreen|RadiantDashScreen]]'''|TypeAdv0=true| The current screen this is showing.
|Open|Bool| Whether the dash is open.
|Open|Bool| Whether the dash is open.
|AnimationSpeed|Float| How fast the dash should open.
|AnimationSpeed|Float| How fast the dash should open and close. Equal to the reciprocal of the duration in seconds. (With the default value of 1.333..., opening and closing takes 0.75 seconds.)
|ScreenProjection|Bool| Whether this should be rendering in desktop mode.
|ScreenProjection|Bool| Whether this should be rendering in desktop mode.
RadiantDash controls the opening and closing animations of the dash menu. When this component is created, it automatically creates child slots and the components it references.
How fast the dash should open and close. Equal to the reciprocal of the duration in seconds. (With the default value of 1.333..., opening and closing takes 0.75 seconds.)