Enum VisionOSSpatialPointerPhase
The phase of a VisionOS spatial pointer event.
Namespace: UnityEngine.XR.VisionOS
Assembly: Unity.XR.VisionOS.dll
Syntax
public enum VisionOSSpatialPointerPhase : byte
Fields
Name | Description |
---|---|
Began | The state of the spatial pointer beginning. |
Cancelled | The state of the spatial pointer being cancelled. |
Ended | The state of the spatial pointer ending. |
Moved | The state of the spatial pointer moving. |
None | The default none state. |