Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GroupConditionOperation

Specifies the logical operation a group condition applies to its nested conditions.
Read time 1 minuteLast updated 10 days ago

Definition

public enum GroupConditionOperation

Remarks

Use GroupConditionOperation to interpret how an IGroupCondition combines the results of its nested conditions.

Fields

Value

Description

AndThe group is met when all its nested conditions are met.
OrThe group is met when at least one of its nested conditions is met.