Vixen
02b45cc4
csharp
public readonly record struct VocabularyProblem

Something wrong with a vocabulary, and whether it stops the file compiling.

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

Fields and properties (3)

  • public string Name

    What it is about.

  • public string Message

    What is wrong.

  • public bool Fatal

    Whether the import refuses over it.

Methods (2)

  • public VocabularyProblem(string Name, string Message, bool Fatal)

    Something wrong with a vocabulary, and whether it stops the file compiling.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (5)

  • ShapeVocabularyContentVixen.Animation
  • ShapeVocabularyDocumentVixen.Editor.AssetEditors
  • ShapeVocabularyImporterVixen.Editor.Assets
  • ShapeVocabularyTestsVixen.Editor.AssetEditors.Tests
  • ShapeVocabularyViewVixen.Editor.AssetEditors