Click or drag to resize

Reaction_numberOfTimesToAllowReaction Field

How many reactions to allow? Specify a number <= 0 to disable the limit, otherwise a number > 0 to limit how many times it will be allowed to fire in a session. To disable a reaction completely, you should disable the component itself.

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 int _numberOfTimesToAllowReaction

Field Value

Type: Int32
See Also