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