mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class DwellProfileWithDecay

    Custom profile for the extended dwell profile sample

    Inheritance
    Object
    DwellProfile
    DwellProfileWithDecay
    Implements
    ScriptableObject
    Inherited Members
    DwellProfile.DwellPointerType
    DwellProfile.DwellIntentDelay
    DwellProfile.DwellStartDelay
    DwellProfile.TimeToCompleteDwell
    DwellProfile.TimeToAllowDwellResume
    Namespace: Microsoft.MixedReality.Toolkit.Experimental.Dwell
    Assembly: cs.temp.dll.dll
    Syntax
    public class DwellProfileWithDecay : DwellProfile, ScriptableObject

    Properties

    AllowDwellDecayOnCancel

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

    AllowDwellDecayOnCancel

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

    TimeToAllowDwellDecay

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

    TimeToAllowDwellDecay

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

    Implements

    ScriptableObject
    In This Article
    • Properties
      • AllowDwellDecayOnCancel
      • AllowDwellDecayOnCancel
      • TimeToAllowDwellDecay
      • TimeToAllowDwellDecay
    • Implements
    Back to top Generated by DocFX