csharp
public record class ContentBuildResultWhat a content build produced.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public ContentCatalog CatalogThe index a runtime reads.
public ImmutableArray<BuiltBundle> BundlesThe files to ship.
public ImmutableArray<ImportDiagnostic> DiagnosticsAnything the build wants to say about what it did.
Methods (1)
public ContentBuildResult(ContentCatalog Catalog, ImmutableArray<BuiltBundle> Bundles, ImmutableArray<ImportDiagnostic> Diagnostics)What a content build produced.
Used by (5)
- ContentAddressablesRemote
- BuildPlannerTestsVixen.Editor.Assets.Tests
- ContentBuilderVixen.Editor.Assets
- ContentBuilderTestsVixen.Editor.Assets.Tests
- ContentPipelineVixen.Editor.Assets