AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
CursorStateEnum.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 {
9  public enum CursorStateEnum
10  {
15  None = -1,
19  Observe,
27  Interact,
35  Select,
40  Release,
45  }
46 }
Not IsHandVisible AND not IsInputSourceDown AND TargetedObject exists
IsHandVisible AND IsInputSourceDown
IsHandVisible AND not IsInputSourceDown AND TargetedObject is NULL
CursorStateEnum
Enum for current cursor state
Useful for releasing external override. See CursorStateEnum.Contextual
Available for use by classes that extend Cursor. No logic for setting Release state exists in the bas...
IsHandVisible AND not IsInputSourceDown AND TargetedObject exists