libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.actions.ParallelAction

Packages that use ParallelAction
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
 class SequenceAction
          Executes a number of actions one at a time.
 

Methods in com.badlogic.gdx.scenes.scene2d.actions that return ParallelAction
static ParallelAction Actions.parallel()
           
static ParallelAction Actions.parallel(Action... actions)
           
static ParallelAction Actions.parallel(Action action1)
           
static ParallelAction Actions.parallel(Action action1, Action action2)
           
static ParallelAction Actions.parallel(Action action1, Action action2, Action action3)
           
static ParallelAction Actions.parallel(Action action1, Action action2, Action action3, Action action4)
           
static ParallelAction Actions.parallel(Action action1, Action action2, Action action3, Action action4, Action action5)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)