Vixen
02b45cc4
csharp
public readonly record struct InputAssetDiagnostic

Something wrong with a document, and where.

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

Fields and properties (3)

  • public string Message

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

  • public int Line

    The one-based line.

  • public int Column

    The one-based column.

Methods (2)

  • public InputAssetDiagnostic(string Message, int Line, int Column)

    Something wrong with a document, and where.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (8)

  • InputActionAssetReaderVixen.Input
  • InputActionAssetTestsVixen.Input.Tests
  • InputActionsVixen.Input
  • InputAssetExceptionVixen.Input
  • InputAssetReadResultVixen.Input
  • VxInputGeneratorVixen.Input.Generators
  • InputActionsDocumentVixen.Editor.AssetEditors
  • InputActionsViewVixen.Editor.AssetEditors