UxrSteamVRControllerInput.StopHapticFeedback Method
Stops all current haptics in a given controller.
Namespace: UltimateXR.Devices.Integrations.SteamVR
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public override void StopHapticFeedback(
UxrHandSide handSide
)
Parameters
- handSide
- Type: UltimateXR.Core.UxrHandSide
Which controller to stop sending haptic feedback to. In Single devices where IsHandednessSupported is false, such as in gamepads, both hands will address the single device.
Implements
IUxrControllerInput.StopHapticFeedback(UxrHandSide)
See Also
Reference
UxrSteamVRControllerInput Class
UltimateXR.Devices.Integrations.SteamVR Namespace