csharp
public enum AnimationMotionKindWhat 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)
ClipOne clip.
Blend1DClips blended along one parameter.
Blend2DClips 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