Package com.prineside.tdi2.scene2d.actions
package com.prineside.tdi2.scene2d.actions
-
ClassesClassDescriptionStatic convenience methods for using pooled actions, intended for static import.Adds an action to an actor.Adds a listener to an actor.Executes an action only after all other actions on the actor at the time this action's target was set have finished.Sets the alpha for an actor's color (or a specified color), from the current alpha to the new alpha.Sets the actor's color (or a specified color), from the current to the new color.CountdownEventAction<T extends Event>An EventAction that is complete once it receives X number of events.Delays execution of an action or inserts a pause in a
SequenceAction
.Base class for an action that wraps another action.EventAction<T extends Event>Adds a listener to the actor for a specific event type and does not complete untilEventAction.handle(Event)
returns true.An action that has a float, whose value is transitioned over time.An action that has an int, whose value is transitioned over time.Sets an actor'slayout
to enabled or disabled.Moves an actor to a relative position.Moves an actor from its current position to a specific position.Executes a number of actions at the same time.Base class for actions that transition over time using the percent complete since the last frame.Removes an action from an actor.Removes an actor from the stage.Removes a listener from an actor.Repeats an action a number of times or forever.Sets the actor's rotation from its current value to a relative value.Sets the actor's rotation from its current value to a specific value.An action that runs aRunnable
.Scales an actor's scale to a relative size.Sets the actor's scale from its current value to a specific value.Executes a number of actions one at a time.Moves an actor from its current size to a relative size.Moves an actor from its current size to a specific size.Base class for actions that transition over time using the percent complete.Multiplies the delta of an action.Sets the actor'stouchability
.Sets the actor'svisibility
.