Interface IProvidesControlHaptics
Provides the ability to control haptic feedback
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public interface IProvidesControlHaptics : IFunctionalityProvider
Methods
| Name | Description |
|---|---|
| Pulse(Node, HapticPulse, float, float) | Perform a haptic feedback pulse |
| StopPulses(Node) | Stop all haptic feedback on a specific device, or all devices |