| Package | Description |
|---|---|
| com.badlogic.gdx.scenes.scene2d.actions |
| Modifier and Type | Method and Description |
|---|---|
static ScaleToAction |
Actions.scaleTo(float x,
float y)
Scales the actor instantly.
|
static ScaleToAction |
Actions.scaleTo(float x,
float y,
float duration) |
static ScaleToAction |
Actions.scaleTo(float x,
float y,
float duration,
Interpolation interpolation) |