cocos2d-x 3.0 |
)
- 类列表 - 类索引 - 类继承关系 - 类成员
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
Action 成员列表
成员的完整列表,这些成员属于 Action,包括所有继承而来的类成员
_originalTarget | Action | protected |
_referenceCount | Ref | protected |
_tag | Action | protected |
_target | Action | protected |
Action() | Action | protected |
autorelease() | Ref | |
clone() const =0 | Action | pure virtual |
copy() const | Clonable | inline |
description() const | Action | virtual |
getOriginalTarget() const | Action | inline |
getReferenceCount() const | Ref | |
getTag() const | Action | inline |
getTarget() const | Action | inline |
INVALID_TAG | Action | static |
isDone() const | Action | virtual |
Ref() | Ref | protected |
release() | Ref | |
retain() | Ref | |
reverse() const =0 | Action | pure virtual |
setOriginalTarget(Node originalTarget) | Action | inline |
setTag(int tag) | Action | inline |
setTarget(Node target) | Action | inline |
startWithTarget(Node *target) | Action | virtual |
step(float dt) | Action | virtual |
stop() | Action | virtual |
update(float time) | Action | virtual |
~Action() | Action | protectedvirtual |
~Clonable() | Clonable | inlinevirtual |
~Ref() | Ref | virtual |