AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
GrabStateEnum.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 
9 
10 namespace HoloToolkit.Unity.InputModule.Examples.Grabbables
11 {
12  public enum GrabStateEnum
13  {
14  Inactive,
15  Single,
16  Multi,
17  }
18 }