Class AssetBundleDownloadInfo.DownloadInfo
- Namespace
- TAsset
Bundle
- Assembly
- TAssetBundle.dll
Class for storing individual AssetBundle download information.
- Inheritance
-
Asset
Bundle Download Info. Download Info
- Inherited Members
Fields
assetBundleInfo
Gets or sets the runtime information of the AssetBundle being downloaded.
Field Value
downloadedSize
Gets or sets the amount of data (in bytes) that has been downloaded so far.
Field Value
requestAsync
Gets or sets the asynchronous web request handling the download.
Field Value
state
Gets or sets the current state of the download.
Field Value
Properties
IsDownloadComplete
Gets a value indicating whether the download is complete.
Property Value
Methods
Complete(EDownloadState)
Marks the download as complete with the specified state.
Parameters
state
AssetBundle .EDownloadDownload Info State The final state of the download.