Method GenerateCatalogs
GenerateCatalogs(AddressablesDataBuilderInput, AddressableAssetsBuildContext, AddressablesPlayerBuildResult)
Generate a content catalog for the schema.
Declaration
List<ContentCatalogData> GenerateCatalogs(AddressablesDataBuilderInput builderInput, AddressableAssetsBuildContext aaContext, AddressablesPlayerBuildResult addrResult)
Parameters
| Type | Name | Description |
|---|---|---|
| AddressablesDataBuilderInput | builderInput | The builderInput used to build the schema data. |
| AddressableAssetsBuildContext | aaContext | The Addressable Asset context used to build the schema data. |
| AddressablesPlayerBuildResult | addrResult | The Addressables result. |
Returns
| Type | Description |
|---|---|
| List<ContentCatalogData> | A list of content catalogs generated by the schema. |