cocos2d-x 3.0
- 首页 - 相关页面 - 模块 - 命名空间 - - 文件 -
Public 成员函数 - 图1 Public 成员函数 - 图2)
- 类列表 - 类索引 - 类继承关系 - 类成员

全部)) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义)))

Public 成员函数 | Public 属性 | 所有成员列表

CustomCommand类 参考

#include

类 CustomCommand 继承关系图:

Public 成员函数 - 图3 RenderCommand

## Public 成员函数
CustomCommand ()
~CustomCommand ()
void init (float depth)
void execute ()
bool isTranslucent ()
- Public 成员函数 继承自 RenderCommand
float getGlobalOrder () const
获取渲染器指令Id 更多…
Type getType () const
返回指令类型 更多…
## Public 属性
std::function< void()> func
## 额外继承的成员函数
- Public 类型 继承自 RenderCommand
enum Type { UNKNOWN_COMMAND, QUAD_COMMAND, CUSTOM_COMMAND, BATCH_COMMAND, GROUP_COMMAND }
- Protected 成员函数 继承自 RenderCommand
RenderCommand ()
virtual ~RenderCommand ()
void printID ()
- Protected 属性 继承自 RenderCommand
Type _type
float _globalOrder

构造及析构函数说明

CustomCommand ( )

~CustomCommand ( )

成员函数说明

void execute ( )

void init ( float depth)

bool isTranslucent ( )

inline

类成员变量说明

std::function<void()> func

该类的文档由以下文件生成: