csharp
public readonly record struct ContentBuildSummaryWhat a content build produced.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public bool SucceededWhether it wrote a build.
public int AddressesHow many addressable assets were packed.
public int BundlesHow many bundles they went into.
public long BytesHow big those bundles are, in total.
public string OutputDirectoryWhere it was written, or empty if nothing was.
Methods (1)
public ContentBuildSummary(bool Succeeded, int Addresses, int Bundles, long Bytes, string OutputDirectory)What a content build produced.
Used by (5)
- ContentBuildRunnerVixen.Cli
- ContentPipelineVixen.Editor.Assets
- ContentPipelineTestsVixen.Editor.Assets.Tests
- ContentTasksVixen.Editor.App
- SceneManifestTestsVixen.Editor.Assets.Tests