Component:DashSettings: Difference between revisions

From Resonite Wiki
add info
fix info lol
 
Line 9: Line 9:
|DashCurvature|Float| How much to curve the dash in VR.
|DashCurvature|Float| How much to curve the dash in VR.
|OpenCloseSpeed|Float| How fast the animation should play when opening and closing the dash.
|OpenCloseSpeed|Float| How fast the animation should play when opening and closing the dash.
|AllowReplacingSettings|Bool| Whether to replace the legacy settings rather than reading from them first.
|AllowReplacingSettings|Bool| Allows you to remove panels from the settings menu, for usage as individual facets.  
}}
}}



Latest revision as of 01:10, 23 December 2024

Component image 
Dash Settings component as seen in the Scene Inspector

The DashSettings component is part of the Settings menu and is used to change the settings of how the Dash works.

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.
DashCurvature Float How much to curve the dash in VR.
OpenCloseSpeed Float How fast the animation should play when opening and closing the dash.
AllowReplacingSettings Bool Allows you to remove panels from the settings menu, for usage as individual facets.

Usage

Examples

See Also