This is the complete list of members for BatchCommand, including all inherited members.
| _blendType | BatchCommand | protected |
| _depth | RenderCommand | protected |
| _globalOrder | RenderCommand | protected |
| _is3D | RenderCommand | protected |
| _isTransparent | RenderCommand | protected |
| _materialID | BatchCommand | protected |
| _mv | BatchCommand | protected |
| _shader | BatchCommand | protected |
| _skipBatching | RenderCommand | protected |
| _textureAtlas | BatchCommand | protected |
| _textureID | BatchCommand | protected |
| _type | RenderCommand | protected |
| BatchCommand() | BatchCommand | |
| execute() | BatchCommand | |
| getDepth() const | RenderCommand | inline |
| getGlobalOrder() const | RenderCommand | inline |
| getType() const | RenderCommand | inline |
| init(float globalZOrder, GLProgram *shader, BlendFunc blendType, TextureAtlas *textureAtlas, const Mat4 &modelViewTransform, uint32_t flags) | BatchCommand | |
| init(float depth, GLProgram *shader, BlendFunc blendType, TextureAtlas *textureAtlas, const Mat4 &modelViewTransform) | BatchCommand | |
| cocos2d::RenderCommand::init(float globalZOrder, const Mat4 &modelViewTransform, uint32_t flags) | RenderCommand | |
| is3D() const | RenderCommand | inline |
| isSkipBatching() const | RenderCommand | inline |
| isTransparent() const | RenderCommand | inline |
| printID() | RenderCommand | protected |
| RenderCommand() | RenderCommand | protected |
| set3D(bool value) | RenderCommand | inline |
| setSkipBatching(bool value) | RenderCommand | inline |
| setTransparent(bool isTransparent) | RenderCommand | inline |
| Type enum name | RenderCommand | |
| ~BatchCommand() | BatchCommand | |
| ~RenderCommand() | RenderCommand | protectedvirtual |