|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MoveByAction | |
---|---|
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 | |
---|---|
static 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)
|
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |