Uses of Class
com.badlogic.gdx.scenes.scene2d.actions.MoveToAction
-
Packages that use MoveToAction Package Description com.badlogic.gdx.scenes.scene2d.actions -
-
Uses of MoveToAction in com.badlogic.gdx.scenes.scene2d.actions
Methods in com.badlogic.gdx.scenes.scene2d.actions that return MoveToAction Modifier and Type Method Description static MoveToActionActions. moveTo(float x, float y)Moves the actor instantly.static MoveToActionActions. moveTo(float x, float y, float duration)static MoveToActionActions. moveTo(float x, float y, float duration, Interpolation interpolation)static MoveToActionActions. moveToAligned(float x, float y, int alignment)static MoveToActionActions. moveToAligned(float x, float y, int alignment, float duration)static MoveToActionActions. moveToAligned(float x, float y, int alignment, float duration, Interpolation interpolation)
-