| cocos2d-x 3.0 | 
   
)- 类列表 - 类索引 - 类继承关系 - 类成员
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
Public 成员函数 | Public 属性 | 所有成员列表
CustomCommand类 参考
#include 
类 CustomCommand 继承关系图:
 
  
| ## Public 成员函数 | |
| CustomCommand () | |
| ~CustomCommand () | |
| void | init (float depth) | 
| void | execute () | 
| bool | isTranslucent () | 
  Public 成员函数 继承自 RenderCommand | |
| float | getGlobalOrder () const | 
| 获取渲染器指令Id 更多… | |
| Type | getType () const | 
| 返回指令类型 更多… | |
| ## Public 属性 | |
| std::function< void()> | func | 
| ## 额外继承的成员函数 | |
  Public 类型 继承自 RenderCommand | |
| enum | Type { UNKNOWN_COMMAND, QUAD_COMMAND, CUSTOM_COMMAND, BATCH_COMMAND, GROUP_COMMAND } | 
  Protected 成员函数 继承自 RenderCommand | |
| RenderCommand () | |
| virtual | ~RenderCommand () | 
| void | printID () | 
  Protected 属性 继承自 RenderCommand | |
| Type | _type | 
| float | _globalOrder | 
构造及析构函数说明
| CustomCommand | ( | ) | 
| ~CustomCommand | ( | ) | 
成员函数说明
| void execute | ( | ) | 
| void init | ( | float | depth | ) | 
 
 
  |  inline | 
类成员变量说明
| std::function<void()> func | 
该类的文档由以下文件生成:
- /Users/zeroyang/Documents/github/cocos2d-x/cocos/renderer/CCCustomCommand.h
 
- cocos2d
 - CustomCommand
 - 生成于 2014年 五月 29日 星期四 09:41:44 , 为 cocos2d-x使用  
 1.8.6   
 Public 成员函数 继承自 