Class Index | File Index

Classes


Class cc.ActionManager


Extends cc.Class.

Defined in: CCActionManager.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
cc.ActionManager is a singleton that manages all the actions.
Class Detail
cc.ActionManager()
cc.ActionManager is a singleton that manages all the actions.
Normally you won't need to use this singleton directly. 99% of the cases you will use the CCNode interface, which uses this singleton. But there are some cases where you might need to use this singleton.
Examples:
- When you want to run an action where the target is different from a CCNode.
- When you want to pause / resume the actions

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jan 09 2013 07:51:50 GMT-0800 (PST)