| cocos2d-x 3.0 |
)- 类列表 - 类索引 - 类继承关系 - 类成员
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
Public 成员函数 | Protected 属性 | 所有成员列表
BatchCommand类 参考
#include
类 BatchCommand 继承关系图:
| ## Public 成员函数 | |
| BatchCommand () | |
| ~BatchCommand () | |
| void | init (float depth, GLProgram shader, BlendFunc blendType, TextureAtlas textureAtlas, const Mat4 &modelViewTransform) |
| void | execute () |
Public 成员函数 继承自 RenderCommand | |
| float | getGlobalOrder () const |
| 获取渲染器指令Id 更多… | |
| Type | getType () const |
| 返回指令类型 更多… | |
| ## Protected 属性 | |
| int32_t | _materialID |
| GLuint | _textureID |
| GLProgram | _shader |
| BlendFunc | _blendType |
| TextureAtlas | _textureAtlas |
| Mat4 | _mv |
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 () |
构造及析构函数说明
| BatchCommand | ( | ) |
| ~BatchCommand | ( | ) |
成员函数说明
| void execute | ( | ) |
| void init | ( | float | depth, |
| GLProgram | shader, | ||
| BlendFunc | blendType, | ||
| TextureAtlas | textureAtlas, | ||
| const Mat4 & | modelViewTransform | ||
| ) |
类成员变量说明
| protected |
| protected |
| protected |
| protected |
| protected |
| protected |
该类的文档由以下文件生成:
- /Users/zeroyang/Documents/github/cocos2d-x/cocos/renderer/CCBatchCommand.h
- cocos2d
- BatchCommand
- 生成于 2014年 五月 29日 星期四 09:41:44 , 为 cocos2d-x使用
1.8.6
Public 成员函数 继承自 