Uses of Class
com.badlogic.gdx.scenes.scene2d.actions.MoveByAction
-
Packages that use MoveByAction Package Description com.badlogic.gdx.scenes.scene2d.actions -
-
Uses of MoveByAction in com.badlogic.gdx.scenes.scene2d.actions
Methods in com.badlogic.gdx.scenes.scene2d.actions that return MoveByAction Modifier and Type Method Description static MoveByActionActions. moveBy(float amountX, float amountY)Moves the actor instantly.static MoveByActionActions. moveBy(float amountX, float amountY, float duration)static MoveByActionActions. moveBy(float amountX, float amountY, float duration, Interpolation interpolation)
-