Enum SpatialGestures
Spatial input enabled gestures.
Namespace: Evergine.Framework.XR.Interaction
Assembly: Evergine.Framework.dll
Syntax
[Flags]
public enum SpatialGestures : uint
Fields
Name | Description |
---|---|
DoubleTap | Enable support for the double-tap gesture. |
Hold | Enable support for the hold gesture. |
ManipulationTranslate | Enable support for the manipulation gesture, tracking changes to the hand's position. |
NavigationRailsX | Enable support for the navigation gesture, in the horizontal axis using rails (guides). |
NavigationRailsY | Enable support for the navigation gesture, in the vertical axis using rails (guides). |
NavigationRailsZ | Enable support for the navigation gesture, in the depth axis using rails (guides). |
NavigationX | Enable support for the navigation gesture, in the horizontal axis. |
NavigationY | Enable support for the navigation gesture, in the vertical axis. |
NavigationZ | Enable support for the navigation gesture, in the depth axis. |
None | Disable support for gestures. |
Tap | Enable support for the tap gesture. |