|
|
delegate void | ProcessDelegate (System.Object sender, float process) |
| |
|
delegate void | CancelDownloadDelegate (System.Object sender) |
| |
|
delegate void | DownCompleteDelegate (System.Object sender, WWW www) |
| |
|
delegate void | ErrorDelegate (System.Object sender) |
| |
|
void | startDownload (string filePath, System.Object sender, ProcessDelegate processDelegate, DownCompleteDelegate downCompleteDelegate, CancelDownloadDelegate cancelDownloadDelegate, ErrorDelegate errorDelegate) |
| |
|
void | stopDownload () |
| |
|
void | OnDestroy () |
| |
The documentation for this class was generated from the following file: