mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Enum WindowsGestureSettings

    Copy of Unity's GestureSettings

    Namespace: Microsoft.MixedReality.Toolkit.Windows.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public enum WindowsGestureSettings

    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 which tracks changes to the hand's position. This gesture is relative to the start position of the gesture and measures an absolute movement through the world.

    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.

    Tap

    Enable support for the tap gesture.

    In This Article
    • Fields
    Back to top Generated by DocFX