Class ContentDownloadService.DownloadOperation
Abstraction for the individual download operations. These can be subclassed for custom implementations of downloading.
Namespace: Unity.Entities.Content
Assembly: Unity.Entities.dll
Syntax
public abstract class ContentDownloadService.DownloadOperation
Properties
Name | Description |
---|---|
Is |
True if the operation has been cancelled. |
Is |
True if the operation has been started. This will be false if the operation is queued. |
Location | The location of the operation. |
Methods
Name | Description |
---|---|
Cancel() | Cancel the download if possible. |
Cancel |
Called when the download is cancelled. |
Init(Remote |
Initialize the download operation with the information needed to start. |
Process(ref Download |
Process the state of the operation. |
Process |
Called to process the download operation. |
Start(ref Download |
Starts the download operation. |
Start |
Called when the operation can begin downloading it data. |