Public Member Functions | Properties | List of all members
AssetBundleGetVersionOperation Class Reference
Inheritance diagram for AssetBundleGetVersionOperation:
AssetBundleLoadOperation

Public Member Functions

override void  Process (BundleManager manager, AssetBundle bundle, string error)
  Handle the result of a download. More...
 
void  Process (string value, string error)
 
override bool  IsDone ()
  Determines whether this instance is done. More...
 

Properties

string  Value [get]
 
- Properties inherited from AssetBundleLoadOperation
override bool  keepWaiting [get]
 
static int  activeCount [get]
  When active, not safe to UnloadUnusedAssets 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 ()
 

Member Function Documentation

◆ IsDone()

override bool IsDone ( )
virtual

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

Implements AssetBundleLoadOperation.

◆ Process()

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

You will get a bundle or error, not both

Implements AssetBundleLoadOperation.