Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=VR Active Setting Switch | |Name=VR Active Setting Switch | ||
}} | }} | ||
The '''VR_ActiveSettingSwitch''' component handles when the user switches between vr and deskop in order to switch to different setting sets. | |||
See [[Settings]]. | |||
== Usage == | == Usage == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|VR_Active|Bool| | |VR_Active|Bool| Whether VR is currently active or not. | ||
}} | }} | ||
== Behavior == | == Behavior == | ||
See [[Settings]]. | |||
== Examples == | == Examples == | ||
See [[Settings]]. | |||
== See Also == | == See Also == | ||
* [[Settings]] | |||
[[Category:Components:Uncategorized{{#translation:}}|VR Active Setting Switch]] | [[Category:Components:Uncategorized{{#translation:}}|VR Active Setting Switch]] | ||
[[Category:Components{{#translation:}}|VR Active Setting Switch]] | [[Category:Components{{#translation:}}|VR Active Setting Switch]] | ||
Latest revision as of 00:51, 4 May 2025
Component image 
VR Active Setting Switch component as seen in the Scene Inspector

The VR_ActiveSettingSwitch component handles when the user switches between vr and deskop in order to switch to different setting sets.
See Settings.
Usage
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. Some components stop their functionality when this field is disabled, but some don't. |
VR_Active
|
Bool | Whether VR is currently active or not. |
Behavior
See Settings.
Examples
See Settings.