Vixen
02b45cc4
csharp
public readonly record struct AnimationGraphDiagnostic

Something wrong with an animation graph, and where.

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

Fields and properties (4)

  • public string Id

    A stable code, so a message can be searched for.

  • public string Message

    What is wrong, in the terms the author wrote it in.

  • public string Layer

    Which layer, or empty for the graph as a whole.

  • public string State

    Which state, or empty.

Methods (2)

  • public AnimationGraphDiagnostic(string Id, string Message, string Layer = "", string State = "")

    Something wrong with an animation graph, and where.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (6)

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