Class ContentDeliveryGlobalState
Contains methods for the content update process.
Namespace: Unity.Entities.Content
Assembly: solution.dll
Syntax
public static class ContentDeliveryGlobalState
Fields
Name | Description |
---|---|
LogFunc | Action to log content update progress. |
PathRemapFunc | Functor used to remap content into the local cache. |
kCatalogLocations | The name of the content set for the catalogs. |
Properties
Name | Description |
---|---|
CurrentContentUpdateState | The current state of the content update process. |
Methods
Name | Description |
---|---|
Initialize(string, string, string, Action<ContentUpdateState>) | Initialize the content delivery system. |
RegisterForContentUpdateCompletion(Action<ContentUpdateState>) | Register for content update state changes. |