Interface IXRHapticImpulseProvider
Interface which provides a group of haptic impulse channels.
Namespace: UnityEngine.XR.Interaction.Toolkit.Inputs.Haptics
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public interface IXRHapticImpulseProvider
Methods
GetChannelGroup()
Gets the group of haptic impulse channels.
Declaration
IXRHapticImpulseChannelGroup GetChannelGroup()
Returns
Type | Description |
---|---|
IXRHapticImpulseChannelGroup | Returns the haptic impulse channel group, which may be null. |