csharp
public readonly record struct BlendTree1DChildOne 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 MotionWhat plays there.
public float ThresholdThe 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