csharp
public sealed class AnimationMotionDataWhat 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 KindWhich of the three kinds it is.
public AssetId ClipThe clip, for Clip.
public float SpeedHow fast it plays, for a clip.
public bool AdditiveWhether the clip is applied on top of what is already there.
public string ParameterXThe parameter a blend tree reads, by name.
public string ParameterYAnd the second one, for a 2D tree.
public Blend2DMode ModeHow a 2D tree interpolates between its children.
public List<BlendChildData> ChildrenA 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