Vixen
02b45cc4
csharp
public readonly record struct BlendTree1DChild

One motion of a one-dimensional blend tree, and where on the axis it sits.

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

Fields and properties (2)

  • public Motion Motion

    What plays there.

  • public float Threshold

    The parameter value at which it plays alone.

Methods (1)

  • public BlendTree1DChild(Motion Motion, float Threshold)

    One motion of a one-dimensional blend tree, and where on the axis it sits.

Used by (3)

  • BlendTree1DVixen.Animation
  • BlendTreeTestsVixen.Animation.Tests
  • AnimationGraphCompilerVixen.Editor.AnimationGraph