Uses of Class
com.badlogic.gdx.scenes.scene2d.actions.ParallelAction
-
Packages that use ParallelAction Package Description com.badlogic.gdx.scenes.scene2d.actions -
-
Uses of ParallelAction in com.badlogic.gdx.scenes.scene2d.actions
Subclasses of ParallelAction in com.badlogic.gdx.scenes.scene2d.actions Modifier and Type Class Description classSequenceActionExecutes a number of actions one at a time.Methods in com.badlogic.gdx.scenes.scene2d.actions that return ParallelAction Modifier and Type Method Description static ParallelActionActions. parallel()static ParallelActionActions. parallel(Action action1)static ParallelActionActions. parallel(Action... actions)static ParallelActionActions. parallel(Action action1, Action action2)static ParallelActionActions. parallel(Action action1, Action action2, Action action3)static ParallelActionActions. parallel(Action action1, Action action2, Action action3, Action action4)static ParallelActionActions. parallel(Action action1, Action action2, Action action3, Action action4, Action action5)
-