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 | Enables support for the double-tap gesture. |
Hold | Enables support for the hold gesture. |
ManipulationTranslate | Enables support for the manipulation gesture, and tracks changes to the hand's position. |
NavigationRailsX | Enables support for the navigation gesture in the horizontal axis using rails (guides). |
NavigationRailsY | Enables support for the navigation gesture on the vertical axis using rails (guides). |
NavigationRailsZ | Enables support for the navigation gesture in the depth axis using rails (guides). |
NavigationX | Enables support for the navigation gesture on the horizontal axis. |
NavigationY | Enables support for the navigation gesture on the vertical axis. |
NavigationZ | Enables support for the navigation gesture on the depth axis. |
None | Disables support for gestures. |
Tap | Enables support for the tap gesture. |