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 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)