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 TypeMethodDescriptionbooleanact(float delta) Updates the action based on time.booleanvoidsetLayoutEnabled(boolean enabled) voidSets the actor this action will manipulate. 
- 
Constructor Details
- 
LayoutAction
public LayoutAction() 
 - 
 - 
Method Details
- 
setTarget
Description copied from class:ActionSets 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:ActionUpdates the action based on time. Typically this is called each frame byActor.act(float). - 
isEnabled
public boolean isEnabled() - 
setLayoutEnabled
public void setLayoutEnabled(boolean enabled)  
 -