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