Vixen
02b45cc4
csharp
public sealed class AnimationLayerData

One layer, 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 string Name

    What it is called.

  • public float Weight

    How much of it is applied.

  • public LayerBlend Blend

    Whether it replaces the pose under it or adds to it.

  • public List<string> Mask

    The joints it may write, by name. Empty means all of them.

  • public bool ContributesRootMotion

    Whether its root motion reaches the character.

  • public string Default

    Which state it starts in, by name.

  • public List<AnimationStateData> States

    Its states.

  • public List<AnimationTransitionData> AnyState

    Transitions that may be taken from anywhere in the layer.

Used by (8)

  • AnimationGraphAssetVixen.Editor.AnimationGraph
  • AnimationGraphCompilerVixen.Editor.AnimationGraph
  • AnimationGraphDocumentVixen.Editor.AssetEditors
  • AnimationGraphTestsVixen.Editor.AnimationGraph.Tests
  • AnimationGraphViewVixen.Editor.AssetEditors
  • AuthoringTestsVixen.Editor.AssetEditors.Tests
  • StateMapViewVixen.Editor.AssetEditors
  • TypeRegistrationVixen.Editor.AnimationGraph