#include <CCSprite3D.h>
Classes | |
| struct | Sprite3DData |
Public Member Functions | |
| Sprite3DData * | getSpriteData (const std::string &key) const |
| bool | addSprite3DData (const std::string &key, Sprite3DData *spritedata) |
| void | removeSprite3DData (const std::string &key) |
| void | removeAllSprite3DData () |
| ~Sprite3DCache () | |
Static Public Member Functions | |
| static Sprite3DCache * | getInstance () |
| get & destroy More... | |
| static void | destroyInstance () |
Public Attributes | |
| CC_CONSTRUCTOR_ACCESS | __pad0__: Sprite3DCache() |
Protected Attributes | |
| std::unordered_map < std::string, Sprite3DData * > | _spriteDatas |
Static Protected Attributes | |
| static Sprite3DCache * | _cacheInstance |
| ~Sprite3DCache | ( | ) |
| bool addSprite3DData | ( | const std::string & | key, |
| Sprite3DData * | spritedata | ||
| ) |
|
static |
|
static |
get & destroy
| Sprite3DData* getSpriteData | ( | const std::string & | key | ) | const |
| void removeAllSprite3DData | ( | ) |
| void removeSprite3DData | ( | const std::string & | key | ) |
| CC_CONSTRUCTOR_ACCESS __pad0__ |
|
staticprotected |
|
protected |