csharp
public readonly record struct ContentUpdateResultThe catalog a game is going to resolve addresses through, and how it was arrived at.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public ContentCatalog CatalogWhat to use.
public ContentUpdateOutcome OutcomeHow it was arrived at.
public string? ReasonWhy, when that is not obvious — the transport's message on a failure.
Methods (1)
public ContentUpdateResult(ContentCatalog Catalog, ContentUpdateOutcome Outcome, string? Reason = null)The catalog a game is going to resolve addresses through, and how it was arrived at.
Used by (3)
- ProgramAddressablesRemote
- ContentUpdateVixen.Assets
- ContentUpdateTestsVixen.Assets.Tests