UxrControllerInput.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#

public void SendGrabbableHapticFeedback(
	UxrGrabbableObject grabbableObject,
	UxrHapticClip hapticClip
)

Parameters

 

grabbableObject
Type: UltimateXR.Manipulation.UxrGrabbableObject
Grabbable object
hapticClip
Type: UltimateXR.Haptics.UxrHapticClip
Haptic clip to send

Implements

IUxrControllerInput.SendGrabbableHapticFeedback(UxrGrabbableObject, UxrHapticClip)

See Also

Reference

UxrControllerInput Class
SendGrabbableHapticFeedback Overload
UltimateXR.Devices Namespace