#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... | |
Static Public Member Functions | |
static CC_DEPRECATED_ATTRIBUTE 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 |
|
inlinestatic |
@