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