Method StopPulses
StopPulses(IUsesControlHaptics, Node)
Stop all haptic feedback on a specific device, or all devices
Declaration
public static void StopPulses(this IUsesControlHaptics user, Node node)
Parameters
Type | Name | Description |
---|---|---|
IUsesControlHaptics | user | The functionality user |
Node | node | Device RayOrigin/Transform on which to stop all pulses. A NULL value will stop pulses on all devices |