Component:DashSettings: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
fix info lol
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
|Name=Dash Settings
|Name=Dash Settings
}}
}}
{{stub}}
The '''DashSettings''' component is part of the [[Settings]] menu and is used to change the settings of how the [[Dash]] works.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|DashCurvature|Float|
|DashCurvature|Float| How much to curve the dash in VR.
|OpenCloseSpeed|Float|
|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.
}}
}}


== Behavior ==
== Usage ==


== Examples ==
== Examples ==


== See Also ==
== See Also ==
* [[Settings]]
* [[Dash]]


[[Category:Components:Uncategorized{{#translation:}}|Dash Settings]]
[[Category:Components:Uncategorized{{#translation:}}|Dash Settings]]
[[Category:Components{{#translation:}}|Dash Settings]]
[[Category:Components{{#translation:}}|Dash Settings]]
[[Category:ComponentStubs]]

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