AssetDownloaderUtils
public static class AssetDownloaderUtilsNo description is available for this type.
Events
Section titled “Events”
OnDownloadSuccessful
Section titled “OnDownloadSuccessful”public static event Action<int> OnDownloadSuccessfulNo description is available for this member.
Returns
System.Action{System.Int32} — No return description is available.
OnDownloadFinished
Section titled “OnDownloadFinished”public static event Action<int> OnDownloadFinishedNo description is available for this member.
Returns
System.Action{System.Int32} — No return description is available.
Methods
Section titled “Methods”
OnDownloadDone(string, string, int, int)
Section titled “OnDownloadDone(string, string, int, int)”public static void OnDownloadDone(string package_id, string message, int bytes, int total)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
package_id |
System.String | |
message |
System.String | |
bytes |
System.Int32 | |
total |
System.Int32 |