|
cocos2d-x
3.3
|
Classes | |
| struct | spAtlasPage |
| struct | spAtlasRegion |
| struct | spAtlas |
Functions | |
| spAtlasPage * | spAtlasPage_create (spAtlas *atlas, const char *name) |
| void | spAtlasPage_dispose (spAtlasPage *self) |
| spAtlasRegion * | spAtlasRegion_create () |
| void | spAtlasRegion_dispose (spAtlasRegion *self) |
| spAtlas * | spAtlas_create (const char *data, int length, const char *dir, void *rendererObject) |
| spAtlas * | spAtlas_createFromFile (const char *path, void *rendererObject) |
| void | spAtlas_dispose (spAtlas *atlas) |
| spAtlasRegion * | spAtlas_findRegion (const spAtlas *self, const char *name) |
| enum spAtlasFilter |
| enum spAtlasFormat |
| enum spAtlasWrap |
| spAtlas* spAtlas_create | ( | const char * | data, |
| int | length, | ||
| const char * | dir, | ||
| void * | rendererObject | ||
| ) |
| spAtlas* spAtlas_createFromFile | ( | const char * | path, |
| void * | rendererObject | ||
| ) |
| void spAtlas_dispose | ( | spAtlas * | atlas | ) |
| spAtlasRegion* spAtlas_findRegion | ( | const spAtlas * | self, |
| const char * | name | ||
| ) |
| spAtlasPage* spAtlasPage_create | ( | spAtlas * | atlas, |
| const char * | name | ||
| ) |
| void spAtlasPage_dispose | ( | spAtlasPage * | self | ) |
| spAtlasRegion* spAtlasRegion_create | ( | ) |
| void spAtlasRegion_dispose | ( | spAtlasRegion * | self | ) |