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 MixedRealityInputSimulationProfile

    Inheritance
    Object
    BaseMixedRealityProfile
    MixedRealityInputSimulationProfile
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    [MixedRealityServiceProfile(typeof(IInputSimulationService))]
    public class MixedRealityInputSimulationProfile : BaseMixedRealityProfile

    Properties

    ControlFastSpeed

    Declaration
    public float ControlFastSpeed { get; }
    Property Value
    Type Description
    Single

    ControlSlowSpeed

    Declaration
    public float ControlSlowSpeed { get; }
    Property Value
    Type Description
    Single

    CurrentControlMode

    Declaration
    public InputSimulationControlMode CurrentControlMode { get; }
    Property Value
    Type Description
    InputSimulationControlMode

    DefaultHandDistance

    Declaration
    public float DefaultHandDistance { get; }
    Property Value
    Type Description
    Single

    DefaultHandGesture

    Declaration
    public ArticulatedHandPose.GestureId DefaultHandGesture { get; }
    Property Value
    Type Description
    ArticulatedHandPose.GestureId

    DefaultMouseSensitivity

    Declaration
    public float DefaultMouseSensitivity { get; }
    Property Value
    Type Description
    Single

    ExtraMouseSensitivityScale

    Declaration
    public float ExtraMouseSensitivityScale { get; }
    Property Value
    Type Description
    Single

    FastControlKey

    Declaration
    public KeyCode FastControlKey { get; }
    Property Value
    Type Description
    KeyCode

    HandDepthMultiplier

    Declaration
    public float HandDepthMultiplier { get; }
    Property Value
    Type Description
    Single

    HandGestureAnimationSpeed

    Declaration
    public float HandGestureAnimationSpeed { get; }
    Property Value
    Type Description
    Single

    HandHideTimeout

    Declaration
    public float HandHideTimeout { get; }
    Property Value
    Type Description
    Single

    HandJitterAmount

    Declaration
    public float HandJitterAmount { get; }
    Property Value
    Type Description
    Single

    HandRotationSpeed

    Declaration
    public float HandRotationSpeed { get; }
    Property Value
    Type Description
    Single

    HandSimulationMode

    Declaration
    public HandSimulationMode HandSimulationMode { get; set; }
    Property Value
    Type Description
    HandSimulationMode

    HoldStartDuration

    Declaration
    public float HoldStartDuration { get; }
    Property Value
    Type Description
    Single

    IsCameraControlEnabled

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

    IsControllerLookInverted

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

    LeftHandManipulationKey

    Declaration
    public KeyCode LeftHandManipulationKey { get; }
    Property Value
    Type Description
    KeyCode

    LeftMouseHandGesture

    Declaration
    public ArticulatedHandPose.GestureId LeftMouseHandGesture { get; }
    Property Value
    Type Description
    ArticulatedHandPose.GestureId

    LookHorizontal

    Declaration
    public string LookHorizontal { get; }
    Property Value
    Type Description
    String

    LookVertical

    Declaration
    public string LookVertical { get; }
    Property Value
    Type Description
    String

    MiddleMouseHandGesture

    Declaration
    public ArticulatedHandPose.GestureId MiddleMouseHandGesture { get; }
    Property Value
    Type Description
    ArticulatedHandPose.GestureId

    MouseLookButton

    Declaration
    public InputSimulationMouseButton MouseLookButton { get; }
    Property Value
    Type Description
    InputSimulationMouseButton

    MouseX

    Declaration
    public string MouseX { get; }
    Property Value
    Type Description
    String

    MouseY

    Declaration
    public string MouseY { get; }
    Property Value
    Type Description
    String

    MoveHorizontal

    Declaration
    public string MoveHorizontal { get; }
    Property Value
    Type Description
    String

    MoveVertical

    Declaration
    public string MoveVertical { get; }
    Property Value
    Type Description
    String

    NavigationStartThreshold

    Declaration
    public float NavigationStartThreshold { get; }
    Property Value
    Type Description
    Single

    PitchHandCCWKey

    Declaration
    public KeyCode PitchHandCCWKey { get; }
    Property Value
    Type Description
    KeyCode

    PitchHandCWKey

    Declaration
    public KeyCode PitchHandCWKey { get; }
    Property Value
    Type Description
    KeyCode

    RightHandManipulationKey

    Declaration
    public KeyCode RightHandManipulationKey { get; }
    Property Value
    Type Description
    KeyCode

    RightMouseHandGesture

    Declaration
    public ArticulatedHandPose.GestureId RightMouseHandGesture { get; }
    Property Value
    Type Description
    ArticulatedHandPose.GestureId

    RollHandCCWKey

    Declaration
    public KeyCode RollHandCCWKey { get; }
    Property Value
    Type Description
    KeyCode

    RollHandCWKey

    Declaration
    public KeyCode RollHandCWKey { get; }
    Property Value
    Type Description
    KeyCode

    SimulateEyePosition

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

    ToggleLeftHandKey

    Declaration
    public KeyCode ToggleLeftHandKey { get; }
    Property Value
    Type Description
    KeyCode

    ToggleRightHandKey

    Declaration
    public KeyCode ToggleRightHandKey { get; }
    Property Value
    Type Description
    KeyCode

    YawHandCCWKey

    Declaration
    public KeyCode YawHandCCWKey { get; }
    Property Value
    Type Description
    KeyCode

    YawHandCWKey

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