Vixen
02b45cc4
csharp
public record class AnimationGraphArtefact

What compiling an animation graph produced.

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

Fields and properties (4)

  • public AnimationParameters Parameters

    The values the transitions read, in the document's order.

  • public IReadOnlyList<AnimationLayer> Layers

    The layers, base first, or empty when the graph could not be built.

  • public IReadOnlyList<AnimationGraphDiagnostic> Diagnostics

    Everything wrong with it.

  • public bool Succeeded

    Whether anything at all was wrong.

Methods (1)

Used by (5)

  • AnimationGraphCompilerVixen.Editor.AnimationGraph
  • AnimationGraphDocumentVixen.Editor.AssetEditors
  • AnimationGraphTestsVixen.Editor.AnimationGraph.Tests
  • AnimationGraphViewVixen.Editor.AssetEditors
  • AuthoringTestsVixen.Editor.AssetEditors.Tests