mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class MixedRealityMouseInputProfile

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

    Properties

    CursorSpeed

    Defines the mouse cursor speed multiplier used to scale the mouse cursor delta.

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

    CursorSpeed

    Defines the mouse cursor speed multiplier used to scale the mouse cursor delta.

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

    WheelSpeed

    Defines the mouse wheel speed multiplier used to scale the scroll wheel delta.

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

    WheelSpeed

    Defines the mouse wheel speed multiplier used to scale the scroll wheel delta.

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

    Implements

    ScriptableObject
    In This Article
    • Properties
      • CursorSpeed
      • CursorSpeed
      • WheelSpeed
      • WheelSpeed
    • Implements
    Back to top Generated by DocFX