We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da473e commit 97158f5Copy full SHA for 97158f5
org.mixedrealitytoolkit.core/Interactors/IGazePinchInteractor.cs
@@ -1,15 +1,12 @@
1
// Copyright (c) Mixed Reality Toolkit Contributors
2
// Licensed under the BSD 3-Clause
3
4
-using UnityEngine.XR.Interaction.Toolkit.Interactors;
5
-
6
namespace MixedReality.Toolkit
7
{
8
/// <summary>
9
/// An interface that all gaze-pinch-like interactors must implement.
10
/// </summary>
11
public interface IGazePinchInteractor :
12
- IXRInteractionStrengthInteractor,
13
#pragma warning disable CS0618 // Type or member is obsolete
14
IVariableSelectInteractor
15
#pragma warning restore CS0618 // Type or member is obsolete
0 commit comments