|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.scenes.scene2d.Action
com.badlogic.gdx.scenes.scene2d.CompositeAction
public abstract class CompositeAction
A base class for composite actions which deals with multiple child Action
.
Field Summary | |
---|---|
protected java.util.ArrayList<Action> |
actions
|
Fields inherited from class com.badlogic.gdx.scenes.scene2d.Action |
---|
listener |
Constructor Summary | |
---|---|
CompositeAction()
|
Method Summary | |
---|---|
java.util.ArrayList<Action> |
getActions()
Gets all target Action s which are affected by the composite action. |
Methods inherited from class com.badlogic.gdx.scenes.scene2d.Action |
---|
act, callActionCompletedListener, copy, finish, getCompletionListener, getTarget, isDone, reset, setCompletionListener, setTarget |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final java.util.ArrayList<Action> actions
Constructor Detail |
---|
public CompositeAction()
Method Detail |
---|
public java.util.ArrayList<Action> getActions()
Action
s which are affected by the composite action.
Action
s orchestrated by this CompositeAction
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |