#include <CCSpriteFrameCacheHelper.h>
Public Member Functions | |
| void | addSpriteFrameFromFile (const std::string &plistPath, const std::string &imagePath) |
| Add sprite frame to CCSpriteFrameCache, it will save display name and it's relative image name. More... | |
| void | removeSpriteFrameFromFile (const std::string &plistPath) |
Static Public Member Functions | |
| static SpriteFrameCacheHelper * | sharedSpriteFrameCacheHelper () |
| @ More... | |
| static SpriteFrameCacheHelper * | getInstance () |
| static void | purge () |
| void addSpriteFrameFromFile | ( | const std::string & | plistPath, |
| const std::string & | imagePath | ||
| ) |
Add sprite frame to CCSpriteFrameCache, it will save display name and it's relative image name.
|
static |
|
static |
| void removeSpriteFrameFromFile | ( | const std::string & | plistPath | ) |
|
inlinestatic |
@