Enum ConditionTargetCombine
How a BaseCondition with a TargetSelector combines per-target evaluation results.
public enum ConditionTargetCombine
Fields
All selected targets must satisfy the condition (logical AND).
At least one selected target must satisfy the condition (logical OR).