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 TypeClassDescriptionclassExecutes an action only after all other actions on the actor at the time this action's target was set have finished.classDelays execution of an action or inserts a pause in aSequenceAction.classRepeats an action a number of times or forever.classMultiplies the delta of an action.