Version: 5.4

AnimatorConditionMode

enumeration

매뉴얼로 전환

설명

The mode of the condition.

변수

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.
Animations.AnimatorConditionModeThe condition is true when the source state has stepped over the exit time value.