Interface for a condition that groups other conditions.
A group condition combines its nested conditions with the logical operation specified by IGroupCondition.Operation. Nested conditions can themselves be group conditions, forming a tree that expresses arbitrary boolean logic. To traverse the tree, enumerate IGroupCondition.Get and check whether each element is itself an IGroupCondition. This interface is implemented by Unity and is not intended to be implemented by user code.
| Property | Description |
|---|---|
| Operation | The logical operation applied to the nested conditions. |
| Method | Description |
|---|---|
| Get | Retrieves the conditions nested in this group. |