|
cocos2d-x
3.3
|
Namespaces | |
| cocos2d::DrawPrimitives | |
Classes | |
| class | Configuration |
| Configuration contains some openGL variables. More... | |
| class | Profiler |
| Profiler cocos2d builtin profiler. More... | |
| class | ProfilingTimer |
| class | Timer |
| Light-weight timer. More... | |
| class | TimerTargetSelector |
| class | TimerTargetCallback |
| class | Scheduler |
| Scheduler is responsible for triggering the scheduled callbacks. More... | |
Typedefs | |
| typedef std::function< void(float)> | ccSchedulerFunc |
Functions | |
| void CC_DLL | ProfilingBeginTimingBlock (const char *timerName) |
| void CC_DLL | ProfilingEndTimingBlock (const char *timerName) |
| void CC_DLL | ProfilingResetTimingBlock (const char *timerName) |
Variables | |
| bool | kProfilerCategorySprite |
| bool | kProfilerCategoryBatchSprite |
| bool | kProfilerCategoryParticles |
| typedef std::function<void(float)> ccSchedulerFunc |
| void CC_DLL cocos2d::ProfilingBeginTimingBlock | ( | const char * | timerName | ) |
| void CC_DLL cocos2d::ProfilingEndTimingBlock | ( | const char * | timerName | ) |
| void CC_DLL cocos2d::ProfilingResetTimingBlock | ( | const char * | timerName | ) |
| bool kProfilerCategoryBatchSprite |
| bool kProfilerCategoryParticles |
| bool kProfilerCategorySprite |