Interface ICatalogConfigurator
Contract for objects providing catalogs to the Catalog.
Namespace: UnityEngine.GameFoundation
Syntax
public interface ICatalogConfigurator
Methods
Configure(CatalogBuilder)
Configures the specified builder with the content of this provider.
Declaration
void Configure(CatalogBuilder builder)
Parameters
| Type | Name | Description |
|---|---|---|
| CatalogBuilder | builder | The target builder. |