Base class of the RenderCommand hierarchy.
More...
#include <CCRenderCommand.h>
Public Types | |
| enum | Type { UNKNOWN_COMMAND, QUAD_COMMAND, CUSTOM_COMMAND, BATCH_COMMAND, GROUP_COMMAND } |
Public Member Functions | |
| float | getGlobalOrder () const |
| Get Render Command Id. More... | |
| Type | getType () const |
| Returns the Command type. More... | |
Protected Member Functions | |
| RenderCommand () | |
| virtual | ~RenderCommand () |
| local | ~RenderCommand () |
| void | printID () |
Protected Attributes | |
| Type | _type |
| float | _globalOrder |
| var | _globalOrder |
| local | _globalOrder |
Base class of the RenderCommand hierarchy.
The Renderer knows how to render RenderCommands objects.
|
strong |
|
strong |
|
strong |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
inline |
Get Render Command Id.
|
inline |
Returns the Command type.
|
inline |
Returns the Command type.
|
inline |
Returns the Command type.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |