InteractionSourceExtensions.StopHaptics(InteractionSource) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stops haptics feedback on the specified interaction source.
public:
[System::Runtime::CompilerServices::Extension]
static void StopHaptics(UnityEngine::XR::WSA::Input::InteractionSource interactionSource);
public static void StopHaptics (this UnityEngine.XR.WSA.Input.InteractionSource interactionSource);
static member StopHaptics : UnityEngine.XR.WSA.Input.InteractionSource -> unit
<Extension()>
Public Sub StopHaptics (interactionSource As InteractionSource)
Parameters
- interactionSource
- UnityEngine.XR.WSA.Input.InteractionSource
The source to stop haptics for.