Easy Content Delivery Network 1.3.2
An addressables-free suite that automatically handles the Unity Cloud Content Delivery API and packaging/deploying assetbundles while providing several tools to make asset management easy.
Loading...
Searching...
No Matches
SplenSoft.AssetBundles.AssetRetrievalProgress Class Reference

A trackable progress object that can be passed to AssetBundleManager.GetAsset and AssetBundleManager.GetAssetBundle through a Progress<T> object. More...

Properties

AssetRetrievalStatus Status [get]
 Gets the status of the current retrieval operation.
 
bool IsDone [get]
 Returns true if Status == AssetRetrievalStatus.Done
 
float Progress [get]
 Tracks the progress of the retrieval operation between 0 (just started) to 1 (done)
 

Detailed Description

A trackable progress object that can be passed to AssetBundleManager.GetAsset and AssetBundleManager.GetAssetBundle through a Progress<T> object.


The documentation for this class was generated from the following file: