AnimatorConditionMode
The mode of the condition.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Animations
- Assembly: UnityEditor
public enum AnimatorConditionMode
Fields
Value | Description |
|---|---|
| Equals | The condition is true when parameter value is equal to the threshold. |
| Greater | The condition is true when parameter value is greater than the threshold. |
| If | The condition is true when the parameter value is true. |
| IfNot | The condition is true when the parameter value is false. |
| Less | The condition is true when the parameter value is less than the threshold. |
| NotEqual | The condition is true when the parameter value is not equal to the threshold. |