Table of Contents

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

UnityWebRequestError

IsDownloadComplete

Gets a value indicating whether the download is complete.

public bool IsDownloadComplete { get; }

Property Value

bool

assetBundleInfo

Gets or sets the runtime information of the AssetBundle being downloaded.

public AssetBundleRuntimeInfo assetBundleInfo { get; }

Property Value

AssetBundleRuntimeInfo

downloadedSize

Gets or sets the amount of data (in bytes) that has been downloaded so far.

public long downloadedSize { get; }

Property Value

long

state

Gets or sets the current state of the download.

public AssetBundleDownloadInfo.EDownloadState state { get; }

Property Value

AssetBundleDownloadInfo.EDownloadState