#include <AssetsManager.h>
virtual void onProgress |
( |
int |
percent) | |
|
|
inlinevirtual |
Call back function for recording downloading percent.
- Parameters
-
percent | How much percent downloaded This call back function just for recording downloading percent. AssetsManager will do some other thing after downloading, you should write code in onSuccess() after downloading. |
virtual void onSuccess |
( |
) | |
|
|
inlinevirtual |
Call back function for success.
The documentation for this class was generated from the following file: