Component:VR ActiveSettingSwitch

From Resonite Wiki
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

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.
VR_Active Bool Whether VR is currently active or not.

Behavior

See Settings.

Examples

See Settings.

See Also