Package | Description |
---|---|
com.badlogic.gdx.scenes.scene2d.actions |
Modifier and Type | Method and Description |
---|---|
static 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) |