|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.badlogic.gdx.scenes.scene2d.actions | |
---|---|
com.badlogic.gdx.scenes.scene2d.actions |
Classes in com.badlogic.gdx.scenes.scene2d.actions used by com.badlogic.gdx.scenes.scene2d.actions | |
---|---|
AddAction
Adds an action to an actor. |
|
AfterAction
Executes an action only after all other actions on the actor at the time this action was added have finished. |
|
AlphaAction
Sets the alpha for an actor's color (or a specified color), from the current alpha to the new alpha. |
|
ColorAction
Sets the actor's color (or a specified color), from the current to the new color. |
|
DelayAction
Delays execution of an action or inserts a pause in a SequenceAction . |
|
DelegateAction
Base class for an action that wraps another action. |
|
LayoutAction
Sets an actor's layout to enabled or disabled. |
|
MoveByAction
Moves an actor to a relative position. |
|
MoveToAction
Moves an actor from its current position to a specific position. |
|
ParallelAction
Executes a number of actions at the same time. |
|
RelativeTemporalAction
Base class for actions that transition over time using the percent complete since the last frame. |
|
RemoveActorAction
Removes the actor the action is attached to or another actor. |
|
RepeatAction
Repeats an action a number of times or forever. |
|
RotateByAction
Sets the actor's rotation from its current value to a relative value. |
|
RotateToAction
Sets the actor's rotation from its current value to a specific value. |
|
RunnableAction
An action that runs a Runnable . |
|
ScaleByAction
Scales an actor's scale to a relative size. |
|
ScaleToAction
Sets the actor's scale from its current value to a specific value. |
|
SequenceAction
Executes a number of actions one at a time. |
|
SizeByAction
Moves an actor from its current size to a relative size. |
|
SizeToAction
Moves an actor from its current size to a specific size. |
|
TemporalAction
Base class for actions that transition over time using the percent complete. |
|
TouchableAction
Sets the actor's touchability . |
|
VisibleAction
Sets the actor's visibility . |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |