cocos2d-x 3.0 |
)
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
Global
## 命名空间 | |
cocos2d::DrawPrimitives | |
## 类 | |
class | Configuration |
包含一些 openGL 变量的Configuration. 更多… | |
class | Profiler |
分析器 cocos2d的内置分析器。 更多… | |
class | ProfilingTimer |
class | Timer |
Light-weight timer. 更多… | |
class | TimerTargetSelector |
class | TimerTargetCallback |
class | Scheduler |
Scheduler is responsible for triggering the scheduled callbacks. 更多… | |
## 类型定义 | |
typedef std::function< void(float)> | ccSchedulerFunc |
## 函数 | |
void | ProfilingBeginTimingBlock (const char timerName) |
void | ProfilingEndTimingBlock (const char timerName) |
void | ProfilingResetTimingBlock (const char *timerName) |
## 变量 | |
bool | kProfilerCategorySprite |
bool | kProfilerCategoryBatchSprite |
bool | kProfilerCategoryParticles |
详细描述
类型定义说明
typedef std::function<void(float)> ccSchedulerFunc |
函数说明
void cocos2d::ProfilingBeginTimingBlock | ( | const char * | timerName | ) |
void cocos2d::ProfilingEndTimingBlock | ( | const char * | timerName | ) |
void cocos2d::ProfilingResetTimingBlock | ( | const char * | timerName | ) |
变量说明
bool kProfilerCategoryBatchSprite |
bool kProfilerCategoryParticles |
bool kProfilerCategorySprite |