Uses of Class
com.prineside.tdi2.scene2d.actions.TemporalAction
Packages that use TemporalAction
-
Uses of TemporalAction in com.prineside.tdi2.scene2d.actions
Subclasses of TemporalAction in com.prineside.tdi2.scene2d.actionsModifier and TypeClassDescriptionclass
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
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
Moves an actor to a relative position.class
Moves an actor from its current position to a specific position.class
Base class for actions that transition over time using the percent complete since the last frame.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
Scales an actor's scale to a relative size.class
Sets the actor's scale from its current value to a specific value.class
Moves an actor from its current size to a relative size.class
Moves an actor from its current size to a specific size.