Vixen
02b45cc4
csharp
public sealed class AnimationConditionData

One test a transition has to pass, as the document holds it.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

⚠ The parameter is named rather than indexed, which is what AnimationCondition holds. An index is a position in an AnimationParameters set that does not exist until the graph is compiled, so a file storing one would break the moment somebody reordered the parameter list — which is a thing a list with an up arrow beside it invites.

Fields and properties (3)

  • public string Parameter

    Which parameter, by name.

  • public AnimationConditionMode Mode

    How it is compared.

  • public float Threshold

    What it is compared against.

Used by (5)

  • AnimationGraphCompilerVixen.Editor.AnimationGraph
  • AnimationGraphTestsVixen.Editor.AnimationGraph.Tests
  • AnimationGraphViewVixen.Editor.AssetEditors
  • AnimationTransitionDataVixen.Editor.AnimationGraph
  • TypeRegistrationVixen.Editor.AnimationGraph