csharp
public enum AnimationConditionModeHow a condition compares a parameter against its threshold.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (6)
IfThe flag is set, or the trigger has been raised.
IfNotThe flag is not set.
GreaterThe number is greater than the threshold.
LessThe number is less than the threshold.
EqualsThe whole number equals the threshold.
NotEqualThe whole number does not equal the threshold.
Used by (6)
- AnimationConditionVixen.Animation
- StateMachineTestsVixen.Animation.Tests
- AnimationConditionDataVixen.Editor.AnimationGraph
- AnimationGraphTestsVixen.Editor.AnimationGraph.Tests
- AnimationGraphViewVixen.Editor.AssetEditors
- TypeRegistrationVixen.Editor.AnimationGraph