Struct ContentDeliveryService.DeliveryStatus
The status of the content delivery process.
Namespace: Unity.Entities.Content
Assembly: solution.dll
Syntax
public struct ContentDeliveryService.DeliveryStatus
Fields
Name | Description |
---|---|
ContentId | The id of the remote content. This is generally the hash of the relative path of the content file within the streaming assest folder. |
DownloadStatus | The status of the downloading process. |
LocationStatus | The status of the location resolving process. |
Properties
Name | Description |
---|---|
State | The delivery state, which is determined from both the location resolving state and the download state. |