Cocos2d-x  4.0.0
List of all members
EaseBounce Class Reference

EaseBounce abstract class. More...

Inherits ActionEase.

Additional Inherited Members

- Public Member Functions inherited from ActionEase
virtual ActionIntervalgetInnerAction ()
 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.
 
- Public Attributes inherited from Ref
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 Public Attributes inherited from Action
static const int INVALID_TAG = -1
 Default tag used for all the actions.
 
- Protected Member Functions inherited from ActionEase
bool initWithAction (ActionInterval *action)
 Initializes the action.
 

Detailed Description

EaseBounce abstract class.

Since
v0.8.2

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