public class AfterAction extends DelegateAction
action| Constructor and Description |
|---|
AfterAction() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
delegate(float delta) |
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 DelegateActionprotected boolean delegate(float delta)
delegate in class DelegateAction