Uses of Class
com.badlogic.gdx.scenes.scene2d.actions.RepeatAction
-
Packages that use RepeatAction Package Description com.badlogic.gdx.scenes.scene2d.actions -
-
Uses of RepeatAction in com.badlogic.gdx.scenes.scene2d.actions
Methods in com.badlogic.gdx.scenes.scene2d.actions that return RepeatAction Modifier and Type Method Description static RepeatActionActions. forever(Action repeatedAction)static RepeatActionActions. repeat(int count, Action repeatedAction)
-