Class RemoveActorAction
java.lang.Object
com.prineside.tdi2.scene2d.Action
com.prineside.tdi2.scene2d.actions.RemoveActorAction
- All Implemented Interfaces:
 Pool.Poolable
Removes an actor from the stage.
- Author:
 - Nathan Sweet
 
- 
Constructor Details
- 
RemoveActorAction
public RemoveActorAction() 
 - 
 - 
Method Details
- 
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). - 
restart
public void restart()Description copied from class:ActionSets the state of the action so it can be run again. 
 -