Class LayoutAction
java.lang.Object
com.prineside.tdi2.scene2d.Action
com.prineside.tdi2.scene2d.actions.LayoutAction
- All Implemented Interfaces:
Pool.Poolable
- Author:
- Nathan Sweet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
act
(float delta) Updates the action based on time.boolean
void
setLayoutEnabled
(boolean enabled) void
Sets the actor this action will manipulate.
-
Constructor Details
-
LayoutAction
public LayoutAction()
-
-
Method Details
-
setTarget
Description copied from class:Action
Sets the actor this action will manipulate. If no target actor is set,Action.setActor(Actor)
will set the target actor when the action is added to an actor. -
act
public boolean act(float delta) Description copied from class:Action
Updates the action based on time. Typically this is called each frame byActor.act(float)
. -
isEnabled
public boolean isEnabled() -
setLayoutEnabled
public void setLayoutEnabled(boolean enabled)
-