removeAllActionsFromTarget() публичный Метод

public removeAllActionsFromTarget ( System target ) : void
target System
Результат void
Пример #1
0
 /** Removes all actions from the running action list */
 public void stopAllActions()
 {
     _actionManager.removeAllActionsFromTarget(this);
 }