#include <AssetsManager.h>
virtual void onProgress |
( |
int |
percent) | |
|
|
inlinevirtual |
Call back function for recording downloading percent.
- Parameters
-
percent | How much percent downloaded |
- Warning
- 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:
- /Users/cocos2d/MyWork/cocos2d-x-develop/extensions/assets-manager/AssetsManager.h