Uses of Class
com.prineside.tdi2.scene2d.actions.MoveByAction
Packages that use MoveByAction
-
Uses of MoveByAction in com.prineside.tdi2.scene2d.actions
Methods in com.prineside.tdi2.scene2d.actions that return MoveByActionModifier and TypeMethodDescriptionstatic MoveByAction
Actions.moveBy
(float amountX, float amountY) Moves the actor instantly.static MoveByAction
Actions.moveBy
(float amountX, float amountY, float duration) static MoveByAction
Actions.moveBy
(float amountX, float amountY, float duration, Interpolation interpolation)