Vixen
02b45cc4
csharp
public readonly record struct ContentUpdateResult

The 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 Catalog

    What to use.

  • public ContentUpdateOutcome Outcome

    How it was arrived at.

  • public string? Reason

    Why, 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