csharp
public static class ContentCatalogExtensionsExtensions 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