csharp
public record class ScanReportWhat a scan did.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public int AssetsHow many assets are in the index.
public TimeSpan ElapsedHow long it took.
public IReadOnlyList<AssetIssue> IssuesEverything worth telling somebody about.
Methods (1)
public ScanReport(int Assets, TimeSpan Elapsed, IReadOnlyList<AssetIssue> Issues)What a scan did.
Used by (8)
- AssetDatabaseVixen.Editor.Core
- AssetDatabaseTestsVixen.Editor.Core.Tests
- ContentPipelineVixen.Editor.Assets
- DoctorRunnerVixen.Cli
- EditorApplicationVixen.Editor.App
- EditorProjectVixen.Editor.Core
- EditorProjectTestsVixen.Editor.Core.Tests
- ProjectBrowserVixen.Editor.App