Vixen
02b45cc4

ContentCatalogExtensions

class Core/Vixen.Assets/ContentCatalog.cs:598
csharp
public static class ContentCatalogExtensions

Extensions that read better than a TryGet at a call site.

No guide page documents this yet — the page shows what the code says about itself.

Methods (2)

  • public static bool Contains(this ContentCatalog catalog, string address)

    Whether the catalog has an address.

  • public static bool TryGetBundleFor(this ContentCatalog catalog, string address, out CatalogBundle? bundle)

    The bundle an address lives in.

Used by (6)

  • ContentCatalogTestsVixen.Assets.Tests
  • ContentUpdateTestsVixen.Assets.Tests
  • BuildPlannerTestsVixen.Editor.Assets.Tests
  • ContentBuilderTestsVixen.Editor.Assets.Tests
  • ContentMountTestsVixen.App.Tests
  • VixenCommandTestsVixen.Cli.Tests