mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class DwellProfile

    Inheritance
    Object
    DwellProfile
    DwellProfileWithDecay
    Implements
    ScriptableObject
    Namespace: Microsoft.MixedReality.Toolkit.Experimental.Dwell
    Assembly: cs.temp.dll.dll
    Syntax
    public class DwellProfile : ScriptableObject, ScriptableObject

    Properties

    DwellIntentDelay

    Declaration
    public TimeSpan DwellIntentDelay { get; }
    Property Value
    Type Description
    TimeSpan

    DwellIntentDelay

    Declaration
    public TimeSpan DwellIntentDelay { get; }
    Property Value
    Type Description
    TimeSpan

    DwellPointerType

    Declaration
    public InputSourceType DwellPointerType { get; }
    Property Value
    Type Description
    InputSourceType

    DwellPointerType

    Declaration
    public InputSourceType DwellPointerType { get; }
    Property Value
    Type Description
    InputSourceType

    DwellStartDelay

    Declaration
    public TimeSpan DwellStartDelay { get; }
    Property Value
    Type Description
    TimeSpan

    DwellStartDelay

    Declaration
    public TimeSpan DwellStartDelay { get; }
    Property Value
    Type Description
    TimeSpan

    TimeToAllowDwellResume

    Declaration
    public TimeSpan TimeToAllowDwellResume { get; }
    Property Value
    Type Description
    TimeSpan

    TimeToAllowDwellResume

    Declaration
    public TimeSpan TimeToAllowDwellResume { get; }
    Property Value
    Type Description
    TimeSpan

    TimeToCompleteDwell

    Declaration
    public TimeSpan TimeToCompleteDwell { get; }
    Property Value
    Type Description
    TimeSpan

    TimeToCompleteDwell

    Declaration
    public TimeSpan TimeToCompleteDwell { get; }
    Property Value
    Type Description
    TimeSpan

    Implements

    ScriptableObject
    In This Article
    • Properties
      • DwellIntentDelay
      • DwellIntentDelay
      • DwellPointerType
      • DwellPointerType
      • DwellStartDelay
      • DwellStartDelay
      • TimeToAllowDwellResume
      • TimeToAllowDwellResume
      • TimeToCompleteDwell
      • TimeToCompleteDwell
    • Implements
    Back to top Generated by DocFX