Skip to content

AssetDownloaderUtils

ClassAssetInventoryAssetInventory.Editor
public static class AssetDownloaderUtils

No description is available for this type.

public static event Action<int> OnDownloadSuccessful

No description is available for this member.

Returns

System.Action{System.Int32} — No return description is available.

public static event Action<int> OnDownloadFinished

No description is available for this member.

Returns

System.Action{System.Int32} — No return description is available.

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