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 TypeClassDescriptionclassSets the alpha for an actor's color (or a specified color), from the current alpha to the new alpha.classSets the actor's color (or a specified color), from the current to the new color.classAn action that has a float, whose value is transitioned over time.classAn action that has an int, whose value is transitioned over time.classMoves an actor to a relative position.classMoves an actor from its current position to a specific position.classBase class for actions that transition over time using the percent complete since the last frame.classSets the actor's rotation from its current value to a relative value.classSets the actor's rotation from its current value to a specific value.classScales an actor's scale to a relative size.classSets the actor's scale from its current value to a specific value.classMoves an actor from its current size to a relative size.classMoves an actor from its current size to a specific size.