Table of Contents

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

List<AssetBundleDownloadInfo.DownloadInfo>

Properties

DownloadedSize

Gets the total downloaded size across all AssetBundles.

public long DownloadedSize { get; }

Property Value

long

TotalDownloadSize

Gets the total download size of all AssetBundles.

public long TotalDownloadSize { get; }

Property Value

long

Methods

IsDownloadComplete()

Determines whether all AssetBundles have been successfully downloaded.

public bool IsDownloadComplete()

Returns

bool

True if all downloads are complete; otherwise, false.