csharp
public record class AnimationGraphArtefactWhat 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 ParametersThe values the transitions read, in the document's order.
public IReadOnlyList<AnimationLayer> LayersThe layers, base first, or empty when the graph could not be built.
public IReadOnlyList<AnimationGraphDiagnostic> DiagnosticsEverything wrong with it.
public bool SucceededWhether anything at all was wrong.
Methods (1)
public AnimationGraphArtefact(AnimationParameters Parameters, IReadOnlyList<AnimationLayer> Layers, IReadOnlyList<AnimationGraphDiagnostic> Diagnostics)What compiling an animation graph produced.
Used by (5)
- AnimationGraphCompilerVixen.Editor.AnimationGraph
- AnimationGraphDocumentVixen.Editor.AssetEditors
- AnimationGraphTestsVixen.Editor.AnimationGraph.Tests
- AnimationGraphViewVixen.Editor.AssetEditors
- AuthoringTestsVixen.Editor.AssetEditors.Tests