Uses of Class
com.prineside.tdi2.scene2d.actions.MoveToAction
Packages that use MoveToAction
-
Uses of MoveToAction in com.prineside.tdi2.scene2d.actions
Methods in com.prineside.tdi2.scene2d.actions that return MoveToActionModifier and TypeMethodDescriptionstatic MoveToAction
Actions.moveTo
(float x, float y) Moves the actor instantly.static MoveToAction
Actions.moveTo
(float x, float y, float duration) static MoveToAction
Actions.moveTo
(float x, float y, float duration, Interpolation interpolation) static MoveToAction
Actions.moveToAligned
(float x, float y, int alignment) static MoveToAction
Actions.moveToAligned
(float x, float y, int alignment, float duration) static MoveToAction
Actions.moveToAligned
(float x, float y, int alignment, float duration, Interpolation interpolation)