Public Member Functions | List of all members
AssetBundleLoadBundleSimulateOperation Class Reference
Inheritance diagram for AssetBundleLoadBundleSimulateOperation:
AssetBundleLoadBundleOperation AssetBundleLoadOperation

Public Member Functions

override void  Process (BundleManager manager, AssetBundle bundle, string error)
  Handle the result of a download. More...
 
override bool  IsDone ()
  Determines whether this instance is done. More...
 
- Public Member Functions inherited from AssetBundleLoadBundleOperation
AssetBundle  Get ()
  Only valid after IsDone() More...
 

Additional Inherited Members

- Public Attributes inherited from AssetBundleLoadOperation
string  Error
  Only valid after IsDone; always non-null on error. More...
 
- Protected Member Functions inherited from AssetBundleLoadOperation
void  StartLoad ()
 
void  DoneLoad ()
 
- Properties inherited from AssetBundleLoadOperation
override bool  keepWaiting [get]
 
static int  activeCount [get]
  When active, not safe to UnloadUnusedAssets More...
 

Member Function Documentation

◆ IsDone()

override bool IsDone ( )
virtual

Caller may use this as an alternate API instead of as a Coroutine

Reimplemented from AssetBundleLoadBundleOperation.

◆ Process()

override void Process ( BundleManager  manager,
AssetBundle  bundle,
string  error 
)
virtual

You will get a bundle or error, not both

Reimplemented from AssetBundleLoadBundleOperation.