Class DwellProfile
Assembly: cs.temp.dll.dll
public class DwellProfile : ScriptableObject
Properties
Declaration
public TimeSpan DwellIntentDelay { get; }
Property Value
Type |
Description |
TimeSpan |
|
Declaration
public InputSourceType DwellPointerType { get; }
Property Value
Type |
Description |
InputSourceType |
|
Declaration
public TimeSpan DwellStartDelay { get; }
Property Value
Type |
Description |
TimeSpan |
|
Declaration
public TimeSpan TimeToAllowDwellResume { get; }
Property Value
Type |
Description |
TimeSpan |
|
Declaration
public TimeSpan TimeToCompleteDwell { get; }
Property Value
Type |
Description |
TimeSpan |
|