public class AfterAction extends DelegateAction
| Constructor and Description |
|---|
AfterAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
restart()
Sets the state of the action so it can be run again.
|
void |
setTarget(Actor target)
Sets the actor this action will manipulate.
|
act, getAction, reset, setAction, setActor, toStringpublic void setTarget(Actor target)
ActionAction.setActor(Actor) will set the target actor
when the action is added to an actor.setTarget in class DelegateActionpublic void restart()
Actionrestart in class DelegateActionCopyright © 2021. All rights reserved.