mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class MixedRealityGesturesProfile

    Configuration profile settings for setting up and consuming Input Actions.

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

    Properties

    Gestures

    The currently configured gestures for the application.

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

    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

    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

    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

    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

    UseRailsNavigation

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

    WindowsGestureAutoStart

    Declaration
    public AutoStartBehavior WindowsGestureAutoStart { get; }
    Property Value
    Type Description
    AutoStartBehavior

    WindowsGestureAutoStart

    Declaration
    public AutoStartBehavior WindowsGestureAutoStart { get; }
    Property Value
    Type Description
    AutoStartBehavior

    Implements

    ScriptableObject
    In This Article
    • Properties
      • Gestures
      • Gestures
      • ManipulationGestures
      • ManipulationGestures
      • NavigationGestures
      • NavigationGestures
      • RailsNavigationGestures
      • RailsNavigationGestures
      • UseRailsNavigation
      • UseRailsNavigation
      • WindowsGestureAutoStart
      • WindowsGestureAutoStart
    • Implements
    Back to top Generated by DocFX