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
    Back to top Generated by DocFX