IUxrControllerInput.SendGrabbableHapticFeedback Method (UxrGrabbableObject, UxrHapticClip)
Sends haptic feedback to XR controllers that are being used to manipulate a grabbable object. Each hand associated to an XR controller that is grabbing the object will receive haptic feedback.
Namespace: UltimateXR.Devices
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
void SendGrabbableHapticFeedback(
UxrGrabbableObject grabbableObject,
UxrHapticClip hapticClip
)
Parameters
- grabbableObject
- Type: UltimateXR.Manipulation.UxrGrabbableObject
Grabbable object - hapticClip
- Type: UltimateXR.Haptics.UxrHapticClip
Haptic clip to send
See Also
Reference
IUxrControllerInput Interface
SendGrabbableHapticFeedback Overload
UltimateXR.Devices Namespace