Click or drag to resize

ControllerSettingsConfig_hapticFeedbackDurationSeconds Field

How long in seconds the haptic feedback will last

Namespace:  ImmerseSDK.Config
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
C#
[UnityEngine.SerializeField]
[UnityEngine.RangeAttribute(0.01f, 1f)]
[UnityEngine.TooltipAttribute("How long in seconds the haptic feedback will last")]
private float _hapticFeedbackDurationSeconds

Field Value

Type: Single
See Also