Vixen
02b45cc4
csharp
public enum AnimationMotionKind

What a state plays.

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

Remarks

A discriminator rather than a class hierarchy, because a state's motion is bound from YAML by the same reader that binds a .meta — and a polymorphic tree in a text asset is a tag people have to get right by hand. Three kinds is the whole set Vixen.Animation has.

Fields and properties (3)

  • Clip

    One clip.

  • Blend1D

    Clips blended along one parameter.

  • Blend2D

    Clips blended across two.

Used by (6)

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