Class AssetBundleDownloadInfo.DownloadInfo
- Namespace
- TAssetBundle
- Assembly
- TAssetBundle.dll
Class for storing individual AssetBundle download information.
public class AssetBundleDownloadInfo.DownloadInfo
- Inheritance
-
AssetBundleDownloadInfo.DownloadInfo
- Inherited Members
Properties
Error
public UnityWebRequestError Error { get; }
Property Value
IsDownloadComplete
Gets a value indicating whether the download is complete.
public bool IsDownloadComplete { get; }
Property Value
assetBundleInfo
Gets or sets the runtime information of the AssetBundle being downloaded.
public AssetBundleRuntimeInfo assetBundleInfo { get; }
Property Value
downloadedSize
Gets or sets the amount of data (in bytes) that has been downloaded so far.
public long downloadedSize { get; }
Property Value
state
Gets or sets the current state of the download.
public AssetBundleDownloadInfo.EDownloadState state { get; }