csharp
public record class AssetIssueOne 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 KindWhat kind of thing.
public string PathWhich asset it concerns, project-relative.
public string MessageWhat 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