Namespace Evergine.Framework.XR.Interaction
Classes
XRSpatialInputManager
Handles all the input events.
Structs
SpatialState
This class represents the current state of the input system.
Enums
SpatialGestures
Spatial input enabled gestures.
SpatialSource
Specifies the type of an interaction source.
Delegates
XRSpatialInputManager.GestureErrorDelegate
Gesture error delegate.
XRSpatialInputManager.HoldCanceledEventDelegate
The hold gesture is canceled.
XRSpatialInputManager.HoldCompletedEventDelegate
The hold gesture is completed.
XRSpatialInputManager.HoldStartedEventDelegate
The hold gesture has started.
XRSpatialInputManager.InputSourceDelegate
The input source delegate.
XRSpatialInputManager.ManipulationCanceledEventDelegate
The manipulation gesture is canceled.
XRSpatialInputManager.ManipulationCompletedEventDelegate
The manipulation gesture is completed.
XRSpatialInputManager.ManipulationStartedEventDelegate
The manipulation gesture is started.
XRSpatialInputManager.ManipulationUpdatedEventDelegate
The manipulation gesture is updated.
XRSpatialInputManager.NavigationCanceledEventDelegate
The manipulation gesture is updated.
XRSpatialInputManager.NavigationCompletedEventDelegate
The navigation gesture is completed.
XRSpatialInputManager.NavigationStartedEventDelegate
The navigation gesture is started.
XRSpatialInputManager.NavigationUpdatedEventDelegate
The navigation gesture is updated.
XRSpatialInputManager.RecognitionEndedEventDelegate
A gesture recognition has ended.
XRSpatialInputManager.RecognitionStartedEventDelegate
A gesture recognition process is initiated.
XRSpatialInputManager.TappedEventDelegate
A tap gesture is detected.