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.

    Show / Hide Table of Contents

    Class MixedRealityGesturesProfile

    Configuration profile settings for setting up and consuming Input Actions.

    Inheritance
    Object
    BaseMixedRealityProfile
    MixedRealityGesturesProfile
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class MixedRealityGesturesProfile : BaseMixedRealityProfile

    Properties

    Gestures

    The currently configured gestures for the application.

    Declaration
    public MixedRealityGestureMapping[] Gestures { get; }
    Property Value
    Type Description
    MixedRealityGestureMapping[]

    ManipulationGestures

    The recognizable Manipulation Gestures.

    Declaration
    public WindowsGestureSettings ManipulationGestures { get; }
    Property Value
    Type Description
    WindowsGestureSettings

    NavigationGestures

    The recognizable Navigation Gestures.

    Declaration
    public WindowsGestureSettings NavigationGestures { get; }
    Property Value
    Type Description
    WindowsGestureSettings

    RailsNavigationGestures

    The recognizable Navigation Gestures.

    Declaration
    public WindowsGestureSettings RailsNavigationGestures { get; }
    Property Value
    Type Description
    WindowsGestureSettings

    UseRailsNavigation

    Declaration
    public bool UseRailsNavigation { get; }
    Property Value
    Type Description
    Boolean

    WindowsGestureAutoStart

    Declaration
    public AutoStartBehavior WindowsGestureAutoStart { get; }
    Property Value
    Type Description
    AutoStartBehavior
    Back to top Generated by DocFX