Vixen
02b45cc4
csharp
public record class AssetIssue

One thing the database found.

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

Fields and properties (3)

  • public AssetIssueKind Kind

    What kind of thing.

  • public string Path

    Which asset it concerns, project-relative.

  • public string Message

    What happened, in a sentence a person can act on.

Methods (1)

  • public AssetIssue(AssetIssueKind Kind, string Path, string Message)

    One thing the database found.

Used by (6)

  • AssetDatabaseVixen.Editor.Core
  • AssetDatabaseTestsVixen.Editor.Core.Tests
  • ContentPipelineVixen.Editor.Assets
  • DoctorRunnerVixen.Cli
  • EditorApplicationVixen.Editor.App
  • ScanReportVixen.Editor.Core