| Package | Description |
|---|---|
| com.badlogic.gdx.scenes.scene2d.actions |
| Modifier and Type | Method and Description |
|---|---|
static RotateToAction |
Actions.rotateTo(float rotation)
Rotates the actor instantly.
|
static RotateToAction |
Actions.rotateTo(float rotation,
float duration) |
static RotateToAction |
Actions.rotateTo(float rotation,
float duration,
Interpolation interpolation) |