Enum VisionOSSpatialPointerKind
Represents the kind of visionOS spatial pointer event.
Namespace: UnityEngine.XR.VisionOS.InputDevices
Assembly: Unity.XR.VisionOS.dll
Syntax
public enum VisionOSSpatialPointerKind : byte
Fields
Name | Description |
---|---|
DirectPinch | The event type of a direct pinch gesture. |
IndirectPinch | The event type of a indirect pinch, triggered by a gaze plus pinch gesture. |
Pointer | The event type of a pointer. |
Touch | The event type of a poke interaction. |