public class LayoutAction extends Action
| Constructor and Description |
|---|
LayoutAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
act(float delta)
Updates the action based on time.
|
boolean |
isEnabled() |
void |
setLayoutEnabled(boolean enabled) |
void |
setTarget(Actor actor)
Sets the actor this action will manipulate.
|
public void setTarget(Actor actor)
ActionAction.setActor(Actor) will set the target actor
when the action is added to an actor.public boolean act(float delta)
ActionActor.act(float).public boolean isEnabled()
public void setLayoutEnabled(boolean enabled)