We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Enum WindowsGestureSettings

    Copy of Unity's GestureSettings

    Namespace: Microsoft.MixedReality.Toolkit.Windows.Input
    Assembly: cs.temp.dll.dll
    Syntax
    [Flags]
    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
    Back to top Generated by DocFX