cocos2d-x  3.0-rc0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CustomCommand Class Reference

#include <CCCustomCommand.h>

Inheritance diagram for CustomCommand:
RenderCommand

Public Member Functions

 CustomCommand ()
 ~CustomCommand ()
void init (float depth)
void execute ()
bool isTranslucent ()
- Public Member Functions inherited from RenderCommand
float getGlobalOrder () const
 Get Render Command Id. More...
 
local getGlobalOrder ()
 Get Render Command Id. More...
 
Type getType () const
 Returns the Command type. More...
 

Public Attributes

std::function< void()> func
var func
local func

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 ()
void printID ()
- Protected Attributes inherited from RenderCommand
Type _type
float _globalOrder
var _globalOrder
local _globalOrder

Constructor & Destructor Documentation

var CustomCommand ( )
local CustomCommand ( )
var ~CustomCommand ( )
local ~CustomCommand ( )

Member Function Documentation

void execute ( )
var execute ( )
local execute ( )
void init ( float  depth)
var init ( var  depth)
local init ( local  depth)
bool isTranslucent ( )
inline
var isTranslucent ( )
inline
local isTranslucent ( )
inline

Member Data Documentation

std::function<void()> func
var func
local func

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