#include <CCGroupCommand.h>
Public Member Functions | |
GroupCommand () | |
~GroupCommand () | |
void | init (int viewport, int32_t depth) |
virtual int64_t | generateID () override |
bool | isTranslucent () |
int | getRenderQueueID () |
![]() | |
virtual int64_t | getID () |
Get Render Command Id. More... | |
local | getID () |
Get Render Command Id. More... | |
virtual Type | getType () |
Protected Attributes | |
int | _viewport |
int32_t | _depth |
int | _renderQueueID |
![]() | |
int64_t | _id |
Type | _type |
used for sorting render commands More... | |
var | _type |
used for sorting render commands More... | |
local | _type |
used for sorting render commands More... | |
Additional Inherited Members | |
![]() | |
enum | Type { QUAD_COMMAND, CUSTOM_COMMAND, GROUP_COMMAND, UNKNOWN_COMMAND } |
![]() | |
RenderCommand () | |
virtual | ~RenderCommand () |
void | printID () |
GroupCommand | ( | ) |
~GroupCommand | ( | ) |
|
overridevirtual |
Implements RenderCommand.
|
inline |
void init | ( | int | viewport, |
int32_t | depth | ||
) |
|
inline |
|
protected |
|
protected |
|
protected |