Class DelayActionProperties
Represents the properties for configuring the IDelayAction. This class allows setting a fixed delay, a maximum delay for randomization, and a flag to enable random delay.
Implements
Inherited Members
Namespace: EyeAuras.DefaultAuras.Actions.Delay
Assembly: EyeAuras.DefaultAuras.Metadata.dll
Syntax
public sealed record DelayActionProperties : AuraActionPropertiesBase, IEquatable<AuraPropertiesBase>, IAuraActionProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<AuraActionPropertiesBase>, IEquatable<DelayActionProperties>
Constructors
| Name | Description |
|---|---|
| DelayActionProperties() |
Properties
| Name | Description |
|---|---|
| Delay | Gets or sets the fixed delay duration. This is the default delay used if randomization is not enabled. Default value is one second. |
| EqualityContract | |
| MaxDelay | Gets or sets the maximum delay duration used when delay randomization is enabled. |
| RandomizeDelay | Gets or sets a value indicating whether the delay should be randomized. When set to true, the actual delay will be a random value between Delay and MaxDelay. |
| Version |
Methods
| Name | Description |
|---|---|
| Equals(DelayActionProperties?) | |
| Equals(AuraActionPropertiesBase?) | |
| Equals(object?) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() | |
| <Clone>$() |
Operators
| Name | Description |
|---|---|
| operator ==(DelayActionProperties?, DelayActionProperties?) | |
| operator !=(DelayActionProperties?, DelayActionProperties?) |