Vixen
02b45cc4
csharp
public readonly record struct ShapeValidation

What went wrong when a set was checked against a vocabulary.

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

Fields and properties (2)

  • public Symbol Shape

    Which shape it is about, or None for the set itself.

  • public string Message

    What is wrong, naming the set and the shape.

Methods (2)

  • public ShapeValidation(Symbol Shape, string Message)

    What went wrong when a set was checked against a vocabulary.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (9)

  • AuthoringTestsVixen.Animation.Tests
  • ProxyShapeAuditVixen.Animation
  • ProxyShapeTestsVixen.Animation.Tests
  • ShapeVocabularyVixen.Animation
  • AnimationWiringTestsVixen.Editor.App.Tests
  • ProxyShapeDocumentVixen.Editor.AssetEditors
  • ProxyShapeEditorTestsVixen.Editor.AssetEditors.Tests
  • ProxyShapeSetImporterVixen.Editor.Assets
  • ProxyShapeViewVixen.Editor.AssetEditors