Automated: create new component page |
info |
||
Line 3: | Line 3: | ||
|Name=Debug Setting Switch Source | |Name=Debug Setting Switch Source | ||
}} | }} | ||
The '''DebugSettingSwitchSource''' component is used to test settings profiles for switching between different profiles like desktop and VR switching. | |||
== | {{Template:Debug}} | ||
== Fields == | |||
{{Table ComponentFields | {{Table ComponentFields | ||
|CurrentProfile|String| | |CurrentProfile|String| The profile of settings to use. | ||
}} | }} | ||
== | == Usage == | ||
== Examples == | == Examples == | ||
Line 18: | Line 20: | ||
[[Category:Components:Debug{{#translation:}}|Debug Setting Switch Source]] | [[Category:Components:Debug{{#translation:}}|Debug Setting Switch Source]] | ||
[[Category:Components{{#translation:}}|Debug Setting Switch Source]] | [[Category:Components{{#translation:}}|Debug Setting Switch Source]] | ||
Latest revision as of 02:16, 15 February 2025
Component image 
Debug Setting Switch Source component as seen in the Scene Inspector

The DebugSettingSwitchSource component is used to test settings profiles for switching between different profiles like desktop and VR switching.
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. Some components stop their functionality when this field is disabled, but some don't. |
CurrentProfile
|
String | The profile of settings to use. |