Struct ContentDownloadService.DownloadStatus
The status of a content download. This contains the state, progress, and the final local path of a successful download.
Namespace: Unity.Entities.Content
Assembly: solution.dll
Syntax
public struct ContentDownloadService.DownloadStatus
Fields
Name | Description |
---|---|
BytesDownloaded | The current number of bytes downloaded. |
DownloadState | The state of the download process. |
LocalPath | When complete, the local path of the file that was downloaded. |