Vixen
02b45cc4
csharp
public sealed class AnimationMotionData

What a state plays, as the document holds it.

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

Fields and properties (8)

  • public AnimationMotionKind Kind

    Which of the three kinds it is.

  • public AssetId Clip

    The clip, for Clip.

  • public float Speed

    How fast it plays, for a clip.

  • public bool Additive

    Whether the clip is applied on top of what is already there.

  • public string ParameterX

    The parameter a blend tree reads, by name.

  • public string ParameterY

    And the second one, for a 2D tree.

  • public Blend2DMode Mode

    How a 2D tree interpolates between its children.

  • public List<BlendChildData> Children

    A blend tree's children.

Used by (6)

  • AnimationGraphCompilerVixen.Editor.AnimationGraph
  • AnimationGraphTestsVixen.Editor.AnimationGraph.Tests
  • AnimationGraphViewVixen.Editor.AssetEditors
  • AnimationStateDataVixen.Editor.AnimationGraph
  • StateMapViewVixen.Editor.AssetEditors
  • TypeRegistrationVixen.Editor.AnimationGraph