Method | Description | |
---|---|---|
CCActionManager ( ) : UnityEngine | ||
ToString ( ) : string | ||
addAction ( CCAction action, System target, bool paused ) : void | ||
getActionByTag ( int aTag, System target ) : CCAction | ||
numberOfRunningActionsInTarget ( System target ) : uint | ||
pauseTarget ( System target ) : void | ||
removeAction ( CCAction action ) : void | ||
removeActionByTag ( int aTag, System target ) : void | ||
removeAllActions ( ) : void | ||
removeAllActionsFromTarget ( System target ) : void | ||
resumeTarget ( System target ) : void | ||
update ( float dt ) : void |
Method | Description | |
---|---|---|
actionAllocWithHashElement ( |
||
deleteHashElement ( |
||
removeActionAtIndex ( int index, |
public addAction ( CCAction action, System target, bool paused ) : void | ||
action | CCAction | |
target | System | |
paused | bool | |
return | void |
public getActionByTag ( int aTag, System target ) : CCAction | ||
aTag | int | |
target | System | |
return | CCAction |
public numberOfRunningActionsInTarget ( System target ) : uint | ||
target | System | |
return | uint |
public removeAction ( CCAction action ) : void | ||
action | CCAction | |
return | void |
public removeActionByTag ( int aTag, System target ) : void | ||
aTag | int | |
target | System | |
return | void |
public removeAllActionsFromTarget ( System target ) : void | ||
target | System | |
return | void |