Uses of Class
com.badlogic.gdx.scenes.scene2d.actions.DelegateAction
-
Packages that use DelegateAction Package Description com.badlogic.gdx.scenes.scene2d.actions -
-
Uses of DelegateAction in com.badlogic.gdx.scenes.scene2d.actions
Subclasses of DelegateAction in com.badlogic.gdx.scenes.scene2d.actions Modifier and Type Class Description classAfterActionExecutes an action only after all other actions on the actor at the time this action's target was set have finished.classDelayActionDelays execution of an action or inserts a pause in aSequenceAction.classRepeatActionRepeats an action a number of times or forever.classTimeScaleActionMultiplies the delta of an action.
-