Uses of Class
com.prineside.tdi2.scene2d.Action
Packages that use Action
-
Uses of Action in com.prineside.tdi2.scene2d
Methods in com.prineside.tdi2.scene2d that return types with arguments of type ActionMethods in com.prineside.tdi2.scene2d with parameters of type Action -
Uses of Action in com.prineside.tdi2.scene2d.actions
Subclasses of Action in com.prineside.tdi2.scene2d.actionsModifier and TypeClassDescriptionclass
Adds an action to an actor.class
Adds a listener to an actor.class
Executes an action only after all other actions on the actor at the time this action's target was set have finished.class
Sets the alpha for an actor's color (or a specified color), from the current alpha to the new alpha.class
Sets the actor's color (or a specified color), from the current to the new color.class
CountdownEventAction<T extends Event>
An EventAction that is complete once it receives X number of events.class
Delays execution of an action or inserts a pause in aSequenceAction
.class
Base class for an action that wraps another action.class
EventAction<T extends Event>
Adds a listener to the actor for a specific event type and does not complete untilEventAction.handle(Event)
returns true.class
An action that has a float, whose value is transitioned over time.class
An action that has an int, whose value is transitioned over time.class
Sets an actor'slayout
to enabled or disabled.class
Moves an actor to a relative position.class
Moves an actor from its current position to a specific position.class
Executes a number of actions at the same time.class
Base class for actions that transition over time using the percent complete since the last frame.class
Removes an action from an actor.class
Removes an actor from the stage.class
Removes a listener from an actor.class
Repeats an action a number of times or forever.class
Sets the actor's rotation from its current value to a relative value.class
Sets the actor's rotation from its current value to a specific value.class
An action that runs aRunnable
.class
Scales an actor's scale to a relative size.class
Sets the actor's scale from its current value to a specific value.class
Executes a number of actions one at a time.class
Moves an actor from its current size to a relative size.class
Moves an actor from its current size to a specific size.class
Base class for actions that transition over time using the percent complete.class
Multiplies the delta of an action.class
Sets the actor'stouchability
.class
Sets the actor'svisibility
.Methods in com.prineside.tdi2.scene2d.actions with type parameters of type ActionModifier and TypeMethodDescriptionstatic <T extends Action>
TReturns a new or pooled action of the specified type.Methods in com.prineside.tdi2.scene2d.actions that return ActionModifier and TypeMethodDescriptionAddAction.getAction()
DelegateAction.getAction()
RemoveAction.getAction()
static Action
Sets the target of an action and returns the action.Methods in com.prineside.tdi2.scene2d.actions that return types with arguments of type ActionMethods in com.prineside.tdi2.scene2d.actions with parameters of type ActionModifier and TypeMethodDescriptionstatic AddAction
static AddAction
void
static AfterAction
static DelayAction
static RepeatAction
static ParallelAction
static ParallelAction
static ParallelAction
static ParallelAction
static ParallelAction
static ParallelAction
static RemoveAction
Actions.removeAction
(Action action) static RemoveAction
Actions.removeAction
(Action action, Actor targetActor) static RepeatAction
static SequenceAction
static SequenceAction
static SequenceAction
static SequenceAction
static SequenceAction
static SequenceAction
void
void
Sets the wrapped action.void
static Action
Sets the target of an action and returns the action.static TimeScaleAction
Constructors in com.prineside.tdi2.scene2d.actions with parameters of type ActionModifierConstructorDescriptionParallelAction
(Action action1) ParallelAction
(Action action1, Action action2) ParallelAction
(Action action1, Action action2, Action action3) ParallelAction
(Action action1, Action action2, Action action3, Action action4) SequenceAction
(Action action1) SequenceAction
(Action action1, Action action2) SequenceAction
(Action action1, Action action2, Action action3) SequenceAction
(Action action1, Action action2, Action action3, Action action4)