|
| CCBAnimationManager () |
| ~CCBAnimationManager () |
virtual bool | init () |
cocos2d::Vector< CCBSequence * > & | getSequences () |
local | getSequences () |
void | setSequences (const cocos2d::Vector< CCBSequence * > &seq) |
var | setSequences ( var seq) |
local | setSequences ( local seq) |
int | getAutoPlaySequenceId () |
void | setAutoPlaySequenceId (int autoPlaySequenceId) |
var | setAutoPlaySequenceId ( var autoPlaySequenceId) |
local | setAutoPlaySequenceId ( local autoPlaySequenceId) |
cocos2d::Node * | getRootNode () |
void | setRootNode (cocos2d::Node *pRootNode) |
void | addDocumentCallbackNode (cocos2d::Node *node) |
var | addDocumentCallbackNode ( var node) |
local | addDocumentCallbackNode ( local node) |
void | addDocumentCallbackName (std::string name) |
void | addDocumentCallbackControlEvents (cocos2d::extension::Control::EventType eventType) |
var | addDocumentCallbackControlEvents ( var eventType) |
local | addDocumentCallbackControlEvents ( local eventType) |
void | addDocumentOutletNode (cocos2d::Node *node) |
void | addDocumentOutletName (std::string name) |
void | setDocumentControllerName (const std::string &name) |
std::string | getDocumentControllerName () |
cocos2d::ValueVector & | getDocumentCallbackNames () |
cocos2d::Vector< cocos2d::Node * > & | getDocumentCallbackNodes () |
var | getDocumentCallbackNodes () |
local | getDocumentCallbackNodes () |
cocos2d::ValueVector & | getDocumentCallbackControlEvents () |
cocos2d::ValueVector & | getDocumentOutletNames () |
cocos2d::Vector< cocos2d::Node * > & | getDocumentOutletNodes () |
std::string | getLastCompletedSequenceName () |
cocos2d::ValueVector & | getKeyframeCallbacks () |
local | getKeyframeCallbacks () |
const cocos2d::Size & | getRootContainerSize () |
void | setRootContainerSize (const cocos2d::Size &rootContainerSize) |
var | setRootContainerSize ( var rootContainerSize) |
local | setRootContainerSize ( local rootContainerSize) |
CCBAnimationManagerDelegate * | getDelegate () |
local | getDelegate () |
void | setDelegate (CCBAnimationManagerDelegate *pDelegate) |
const char * | getRunningSequenceName () |
const cocos2d::Size & | getContainerSize (cocos2d::Node *pNode) |
void | addNode (cocos2d::Node *pNode, const std::unordered_map< int, cocos2d::Map< std::string, CCBSequenceProperty * >> &seq) |
void | setBaseValue (const cocos2d::Value &value, cocos2d::Node *pNode, const std::string &propName) |
void | setObject (cocos2d::Ref *obj, cocos2d::Node *pNode, const std::string &propName) |
void | moveAnimationsFromNode (cocos2d::Node *fromNode, cocos2d::Node *toNode) |
CC_DEPRECATED_ATTRIBUTE void | runAnimations (const char *pName, float fTweenDuration) |
local | runAnimations ( local pName, local fTweenDuration) |
CC_DEPRECATED_ATTRIBUTE void | runAnimations (const char *pName) |
local | runAnimations ( local pName) |
CC_DEPRECATED_ATTRIBUTE void | runAnimations (int nSeqId, float fTweenDuraiton) |
var | runAnimations ( var nSeqId, var fTweenDuraiton) |
local | runAnimations ( local nSeqId, local fTweenDuraiton) |
void | runAnimationsForSequenceNamedTweenDuration (const char *pName, float fTweenDuration) |
void | runAnimationsForSequenceNamed (const char *pName) |
void | runAnimationsForSequenceIdTweenDuration (int nSeqId, float fTweenDuraiton) |
void | setAnimationCompletedCallback (cocos2d::Ref *target, cocos2d::SEL_CallFunc callbackFunc) |
| when this function bound to js ,the second param are callfunc_selector More...
|
|
var | setAnimationCompletedCallback ( var target, var callbackFunc) |
| when this function bound to js ,the second param are callfunc_selector More...
|
|
void | debug () |
void | setCallFunc (cocos2d::CallFunc *callFunc, const std::string &callbackNamed) |
var | setCallFuncForJSCallbackNamed ( var callFunc, var callbackNamed) |
local | setCallFunc ( local callFunc, local callbackNamed) |
cocos2d::Sequence * | actionForCallbackChannel (CCBSequenceProperty *channel) |
var | actionForCallbackChannel ( var channel) |
local | actionForCallbackChannel ( local channel) |
cocos2d::Sequence * | actionForSoundChannel (CCBSequenceProperty *channel) |
local | actionForSoundChannel ( local channel) |
int | getSequenceId (const char *pSequenceName) |
float | getSequenceDuration (const char *pSequenceName) |
var | getSequenceDuration ( var pSequenceName) |
local | getSequenceDuration ( local pSequenceName) |
void | retain () |
| Retains the ownership. More...
|
|
void | release () |
| Release the ownership immediately. More...
|
|
Ref * | autorelease () |
| Release the ownership sometime soon automatically. More...
|
|
unsigned int | getReferenceCount () const |
| Returns the Ref's current reference count. More...
|
|
virtual | ~Ref () |