GestureSettings Enum

Definition

Represents the set of gestures that may be recognized by a GestureRecognizer.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum GestureSettings
Inheritance
GestureSettings
Attributes

Fields

Name Value Description
None 0

An empty gesture setting

Tap 1

A single air tap.

DoubleTap 2

A double air tap

Hold 4

Hold at the end of air tap

ManipulationTranslate 8

Manipulate gesture to control X, Y, and Z translations.

NavigationX 16

Navigation gesture at X direction.

NavigationY 32

Navigation gesture at Y direction.

NavigationZ 64

Navigation gesture at Z direction.

NavigationRailsX 128

Navigation gesture at X direction and suppress Y and Z direction.

NavigationRailsY 256

Navigation gesture at Y direction and suppress X and Z direction.

NavigationRailsZ 512

Navigation gesture at Z direction and suppress X and Y direction.

Applies to

Produkt Wersje
Mixed Reality OpenXR Plugin 1.4, 1.5, 1.6, 1.7, 1.9, 1.10, 1.11