Click or drag to resize

OnToggleSwitchEnableReaction_whenSwitchIsOn Field

If this is true, then the reaction is fired when the switched is turned on, otherwise it is fired when the switch is turned off.

Namespace:  ImmerseSDK.Interaction.Reactions
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[UnityEngine.SerializeField]
private bool _whenSwitchIsOn

Field Value

Type: Boolean
See Also