Table of Contents

Class AssetBundleDownloadInfo

Namespace
TAssetBundle
Assembly
TAssetBundle.dll

AssetBundle download information

public class AssetBundleDownloadInfo
Inheritance
AssetBundleDownloadInfo
Inherited Members

Fields

downloads

public readonly List<AssetBundleDownloadInfo.DownloadInfo> downloads

Field Value

List<AssetBundleDownloadInfo.DownloadInfo>

Properties

DownloadedSize

public long DownloadedSize { get; }

Property Value

long

TotalDownloadSize

public long TotalDownloadSize { get; }

Property Value

long

Methods

IsDownloadComplete()

public bool IsDownloadComplete()

Returns

bool