#include <CCGroupCommand.h>
Public Member Functions | |
| GroupCommand () | |
| ~GroupCommand () | |
| void | init (float depth) |
| int | getRenderQueueID () const |
Public Member Functions inherited from RenderCommand | |
| float | getGlobalOrder () const |
| Get Render Command Id. More... | |
| Type | getType () const |
| Returns the Command type. More... | |
Protected Attributes | |
| int | _renderQueueID |
Protected Attributes inherited from RenderCommand | |
| Type | _type |
| float | _globalOrder |
| var | _globalOrder |
| local | _globalOrder |
Additional Inherited Members | |
Public Types inherited from RenderCommand | |
| enum | Type { UNKNOWN_COMMAND, QUAD_COMMAND, CUSTOM_COMMAND, BATCH_COMMAND, GROUP_COMMAND } |
Protected Member Functions inherited from RenderCommand | |
| RenderCommand () | |
| virtual | ~RenderCommand () |
| local | ~RenderCommand () |
| void | printID () |
| GroupCommand | ( | ) |
| ~GroupCommand | ( | ) |
|
inline |
| void init | ( | float | depth) |
|
protected |