Class RemoveActorAction
- java.lang.Object
-
- com.badlogic.gdx.scenes.scene2d.Action
-
- com.badlogic.gdx.scenes.scene2d.actions.RemoveActorAction
-
- All Implemented Interfaces:
Pool.Poolable
public class RemoveActorAction extends Action
Removes an actor from the stage.
-
-
Constructor Summary
Constructors Constructor Description RemoveActorAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanact(float delta)Updates the action based on time.voidrestart()Sets the state of the action so it can be run again.
-
-
-
Method Detail
-
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).
-
-