AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
DebugInteractionSourceState.cs
Go to the documentation of this file.
1 // Copyright (c) Microsoft Corporation. All rights reserved.
2 // Licensed under the MIT License. See LICENSE in the project root for license information.
3 
4 namespace HoloToolkit.Unity.InputModule
5 {
11  {
12  public bool Pressed;
13  public bool Grasped;
14  public bool MenuPressed;
15  public bool SelectPressed;
17  }
18 }
Since the InteractionSourcePose is internal to UnityEngine.VR.WSA.Input, this is a fake InteractionSo...
Since the InteractionSourceState is internal to UnityEngine.VR.WSA.Input, this is a fake SourceState ...