Vixen
02b45cc4
csharp
public sealed class BlendChildData

One child of a blend tree: a clip and where it sits in the blend space.

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

Remarks

⚠ Every member here is settable, and that is not laziness. The YAML binder takes part only in members it can write on both sides — MaterialAsset.Parameters records the same thing — so a get-only collection is written out and then silently skipped on load, which is a file that loses its contents by round-tripping.

Fields and properties (5)

  • public AssetId Clip

    The clip it plays.

  • public float Threshold

    Where it sits on a 1D tree's axis.

  • public float X

    Where it sits on a 2D tree, horizontally.

  • public float Y

    And vertically.

  • public float Speed

    How fast it plays.

Used by (3)

  • AnimationGraphCompilerVixen.Editor.AnimationGraph
  • AnimationMotionDataVixen.Editor.AnimationGraph
  • TypeRegistrationVixen.Editor.AnimationGraph