Cocos2d-x
4.0.0
|
EaseBounce abstract class. More...
Inherits ActionEase.
Additional Inherited Members | |
![]() | |
virtual ActionInterval * | getInnerAction () |
Get the pointer of the inner action. | |
virtual void | startWithTarget (Node *target) override |
Called before the action start. | |
virtual void | stop () override |
Called after the action has finished. | |
virtual void | update (float time) override |
Called once per frame. | |
![]() | |
unsigned int | _ID |
object id, ScriptSupport need public _ID | |
int | _luaID |
Lua reference id. | |
void * | _scriptObject |
scriptObject, support for swift | |
bool | _rooted |
When true, it means that the object was already rooted. | |
![]() | |
static const int | INVALID_TAG = -1 |
Default tag used for all the actions. | |
![]() | |
bool | initWithAction (ActionInterval *action) |
Initializes the action. | |
EaseBounce abstract class.