Vixen
02b45cc4
csharp
public readonly record struct BlendTree2DChild

One motion of a two-dimensional blend tree, and where on the plane 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 Vector2 Position

    The point at which it plays alone.

Methods (1)

  • public BlendTree2DChild(Motion Motion, Vector2 Position)

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

Used by (2)

  • BlendTree2DVixen.Animation
  • AnimationGraphCompilerVixen.Editor.AnimationGraph