Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AnimatorConditionMode

The mode of the condition.
Read time 1 minuteLast updated 13 days ago

Definition

public enum AnimatorConditionMode

Fields

Value

Description

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