Public Member Functions | Properties | List of all members
IGetVersion Class Reference

Detailed Description

Get a unique version of a bundle.

These are not intended to be allocated outside BundleManager.

Inheritance diagram for IGetVersion:
IOperation

Public Member Functions

override void  Process (BundleManager manager, AssetBundle bundle, string error)
 
void  Process (string value, string error)
 
override bool  IsDone ()
 

Properties

string  Value [get]
 
- Properties inherited from IOperation
override bool  keepWaiting [get]
 
static int  activeCount [get]
 

Additional Inherited Members

- Public Attributes inherited from IOperation
string  Error
 
- Protected Member Functions inherited from IOperation
void  StartLoad ()
 
void  DoneLoad ()
 

Member Function Documentation

◆ IsDone()

override bool IsDone ( )
inlinevirtual

Determines whether this instance is done.

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

Implements IOperation.

◆ Process()

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

Handle the result of a download.

You will get a bundle or error, not both

Implements IOperation.