csharp
public readonly record struct ImportSummaryWhat an import of a whole project did.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public int ImportedHow many assets ran an importer.
public int CachedHow many were skipped because nothing about them had changed.
public int FailedHow many came out with an error.
public TimeSpan ElapsedHow long it took.
public bool SucceededWhether anything failed.
Methods (1)
public ImportSummary(int Imported, int Cached, int Failed, TimeSpan Elapsed)What an import of a whole project did.
Used by (5)
- ContentPipelineVixen.Editor.Assets
- ContentPipelineTestsVixen.Editor.Assets.Tests
- ContentTasksVixen.Editor.App
- ImportRunnerVixen.Cli
- VixenCommandVixen.Cli