Vixen
02b45cc4
csharp
public readonly record struct ContentBuildSummary

What 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 Succeeded

    Whether it wrote a build.

  • public int Addresses

    How many addressable assets were packed.

  • public int Bundles

    How many bundles they went into.

  • public long Bytes

    How big those bundles are, in total.

  • public string OutputDirectory

    Where 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