Skip to content

Commit 97158f5

Browse files
committed
Update IGazePinchInteractor.cs
1 parent 9da473e commit 97158f5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

org.mixedrealitytoolkit.core/Interactors/IGazePinchInteractor.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
// Copyright (c) Mixed Reality Toolkit Contributors
22
// Licensed under the BSD 3-Clause
33

4-
using UnityEngine.XR.Interaction.Toolkit.Interactors;
5-
64
namespace MixedReality.Toolkit
75
{
86
/// <summary>
97
/// An interface that all gaze-pinch-like interactors must implement.
108
/// </summary>
119
public interface IGazePinchInteractor :
12-
IXRInteractionStrengthInteractor,
1310
#pragma warning disable CS0618 // Type or member is obsolete
1411
IVariableSelectInteractor
1512
#pragma warning restore CS0618 // Type or member is obsolete

0 commit comments

Comments
 (0)