Uses of Class
com.prineside.tdi2.scene2d.actions.DelegateAction
Packages that use DelegateAction
-
Uses of DelegateAction in com.prineside.tdi2.scene2d.actions
Subclasses of DelegateAction in com.prineside.tdi2.scene2d.actionsModifier and TypeClassDescriptionclass
Executes an action only after all other actions on the actor at the time this action's target was set have finished.class
Delays execution of an action or inserts a pause in aSequenceAction
.class
Repeats an action a number of times or forever.class
Multiplies the delta of an action.