Class HotkeySequenceDelayProperties
Represents the properties for a delay as part of a hotkey sequence.
Implements
Inherited Members
Namespace: EyeAuras.Roxy.Controls
Assembly: EyeAuras.Roxy.dll
Syntax
public sealed record HotkeySequenceDelayProperties : HotkeySequenceItemProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<AuraPropertiesBase>, IEquatable<HotkeySequenceItemProperties>, IEquatable<HotkeySequenceDelayProperties>
Constructors
| Name | Description |
|---|---|
| HotkeySequenceDelayProperties() |
Properties
| Name | Description |
|---|---|
| Delay | Gets or sets the duration of the delay. |
| EqualityContract | |
| IsKeypress | Gets or sets a value indicating whether the delay is between key presses. This makes it possible to ignore such kinds of delays and/or override them without breaking the logic |
| MaxDelay | Gets or sets the maximum allowable delay. |
| Randomize | Gets or sets a value indicating whether the delay should be randomized within the specified range. |
| Version |
Methods
| Name | Description |
|---|---|
| Equals(HotkeySequenceDelayProperties?) | |
| Equals(HotkeySequenceItemProperties?) | |
| Equals(object?) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() | |
| <Clone>$() |
Operators
| Name | Description |
|---|---|
| operator ==(HotkeySequenceDelayProperties?, HotkeySequenceDelayProperties?) | |
| operator !=(HotkeySequenceDelayProperties?, HotkeySequenceDelayProperties?) |