|
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.TemporalAction
public abstract class TemporalAction
A TemporalAction
controls an Action
by repeating, delaying etc. the effect of an Action
.
Field Summary | |
---|---|
protected Action |
action
|
protected Actor |
target
|
Fields inherited from class com.badlogic.gdx.scenes.scene2d.Action |
---|
listener |
Constructor Summary | |
---|---|
TemporalAction()
|
Method Summary | |
---|---|
Action |
getAction()
Gets the Action that is controlled by this TemporalAction . |
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 Action action
protected Actor target
Constructor Detail |
---|
public TemporalAction()
Method Detail |
---|
public Action getAction()
Action
that is controlled by this TemporalAction
.
Action
under control
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |