Class AssetBundleDownloadInfo
- Namespace
- TAssetBundle
- Assembly
- TAssetBundle.dll
Class for storing AssetBundle download information.
public class AssetBundleDownloadInfo
- Inheritance
-
AssetBundleDownloadInfo
- Inherited Members
Fields
downloads
List of individual AssetBundle download information.
public readonly List<AssetBundleDownloadInfo.DownloadInfo> downloads
Field Value
Properties
DownloadedSize
Gets the total downloaded size across all AssetBundles.
public long DownloadedSize { get; }
Property Value
TotalDownloadSize
Gets the total download size of all AssetBundles.
public long TotalDownloadSize { get; }
Property Value
Methods
IsDownloadComplete()
Determines whether all AssetBundles have been successfully downloaded.
public bool IsDownloadComplete()
Returns
- bool
True if all downloads are complete; otherwise, false.