Class ContentCatalogProvider
Provider for content catalogs. This provider makes use of a hash file to determine if a newer version of the catalog needs to be downloaded.
Inherited Members
Namespace: UnityEngine.AddressableAssets.ResourceProviders
Syntax
public class ContentCatalogProvider : ResourceProviderBase, IResourceProvider, IInitializableObject
Constructors
ContentCatalogProvider(ResourceManager)
Constructor for this provider.
Declaration
public ContentCatalogProvider(ResourceManager resourceManagerInstance)
Parameters
Type | Name | Description |
---|---|---|
ResourceManager | resourceManagerInstance | The resource manager to use. |
Fields
DisableCatalogUpdateOnStart
Declaration
public bool DisableCatalogUpdateOnStart
Field Value
Type | Description |
---|---|
Boolean |
Methods
Provide(ProvideHandle)
Provide the object specified in the provideHandle.
Declaration
public override void Provide(ProvideHandle providerInterface)
Parameters
Type | Name | Description |
---|---|---|
ProvideHandle | providerInterface |