989onan bot (talk | contribs) Automated: update Categories, SyncDelegates |
add info |
||
Line 3: | Line 3: | ||
|Name=Dash Settings | |Name=Dash Settings | ||
}} | }} | ||
The '''DashSettings''' component is part of the [[Settings]] menu and is used to change the settings of how the [[Dash]] works. | |||
== | == 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. | ||
}} | }} | ||
== | == 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]] | ||
Revision as of 00:54, 23 December 2024
Component image
The DashSettings component is part of the Settings menu and is used to change the settings of how the Dash works.
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. |