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