Vixen
02b45cc4
csharp
public record class ScanReport

What a scan did.

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

Fields and properties (3)

  • public int Assets

    How many assets are in the index.

  • public TimeSpan Elapsed

    How long it took.

  • public IReadOnlyList<AssetIssue> Issues

    Everything 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