Vixen
02b45cc4
csharp
public enum AnimationConditionMode

How 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)

  • If

    The flag is set, or the trigger has been raised.

  • IfNot

    The flag is not set.

  • Greater

    The number is greater than the threshold.

  • Less

    The number is less than the threshold.

  • Equals

    The whole number equals the threshold.

  • NotEqual

    The 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