removeAllActionsFromTarget() public method

public removeAllActionsFromTarget ( System target ) : void
target System
return void
Esempio n. 1
0
 /** Removes all actions from the running action list */
 public void stopAllActions()
 {
     _actionManager.removeAllActionsFromTarget(this);
 }