Version: 2017.2

AnimatorConditionMode

enumeration

Switch to Manual

Description

The mode of the condition.

Variables

IfThe condition is true when the parameter value is true.
IfNotThe condition is true when the parameter value is false.
GreaterThe condition is true when parameter value is greater than the threshold.
LessThe condition is true when the parameter value is less than the threshold.
EqualsThe condition is true when parameter value is equal to the threshold.
NotEqualThe condition is true when the parameter value is not equal to the threshold.