cocos2d-x  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GroupCommand Class Reference

#include <CCGroupCommand.h>

Inheritance diagram for GroupCommand:
RenderCommand

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...
 
bool isTransparent () const
 Retruns whether is transparent. More...
 
local isTransparent ()
 Retruns whether is transparent. More...
 
void setTransparent (bool isTransparent)
 set transparent flag More...
 
var setTransparent ( var isTransparent)
 set transparent flag More...
 
local setTransparent ( local isTransparent)
 set transparent flag More...
 

Protected Attributes

int _renderQueueID
- Protected Attributes inherited from RenderCommand
Type _type
float _globalOrder
local _globalOrder
bool _isTransparent
var _isTransparent
local _isTransparent

Additional Inherited Members

- Public Types inherited from RenderCommand
enum  Type {
  UNKNOWN_COMMAND, QUAD_COMMAND, CUSTOM_COMMAND, BATCH_COMMAND,
  GROUP_COMMAND, MESH_COMMAND, PRIMITIVE_COMMAND, TRIANGLES_COMMAND
}
 
- Protected Member Functions inherited from RenderCommand
 RenderCommand ()
 RenderCommand ()
virtual ~RenderCommand ()
local ~RenderCommand ()
void printID ()
local printID ()

Constructor & Destructor Documentation

Member Function Documentation

int getRenderQueueID ( ) const
inline
void init ( float  depth)

Member Data Documentation

int _renderQueueID
protected

The documentation for this class was generated from the following file: