Property OperationMode
OperationMode
Gets or sets the operation mode that was used to evaluate the active state of the auras specified in AuraIds. This property is obsolete and has been replaced by EvaluatorProperties.
Declaration
[Obsolete("Replaced with EvaluatorProperties")]
public AuraIsActiveOperationMode OperationMode { get; set; }
Property Value
Type | Description |
---|---|
AuraIsActiveOperationMode |
Remarks
[Obsolete("Replaced with EvaluatorProperties")] This property defined whether all auras needed to be active (AND logic) or just any one of them (OR logic).