AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
AffineConstraintEnums.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.Utilities.Interactions
5 {
9  public enum AxisConstraint
10  {
14  None,
18  XAxisOnly,
22  YAxisOnly,
26  ZAxisOnly
27  };
28 }
Useful for releasing external override. See CursorStateEnum.Contextual