Component:DashSettings: Difference between revisions

From Resonite Wiki
Automated: update Categories, SyncDelegates
add info
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|
|AllowReplacingSettings|Bool| Whether to replace the legacy settings rather than reading from them first.
}}
}}


== 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:ComponentStub]]
[[Category:ComponentStubs]]

Revision as of 00:54, 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 Whether to replace the legacy settings rather than reading from them first.

Usage

Examples

See Also