| Package | Description |
|---|---|
| com.badlogic.gdx.scenes.scene2d.actions |
| Modifier and Type | Class and Description |
|---|---|
class |
AfterAction
Executes an action only after all other actions on the actor at the time this action's target was set have finished.
|
class |
DelayAction
Delays execution of an action or inserts a pause in a
SequenceAction. |
class |
RepeatAction
Repeats an action a number of times or forever.
|
class |
TimeScaleAction
Multiplies the delta of an action.
|