Uses of Class
com.badlogic.gdx.scenes.scene2d.actions.RotateToAction
-
Packages that use RotateToAction Package Description com.badlogic.gdx.scenes.scene2d.actions -
-
Uses of RotateToAction in com.badlogic.gdx.scenes.scene2d.actions
Methods in com.badlogic.gdx.scenes.scene2d.actions that return RotateToAction Modifier and Type Method Description static RotateToActionActions. rotateTo(float rotation)Rotates the actor instantly.static RotateToActionActions. rotateTo(float rotation, float duration)static RotateToActionActions. rotateTo(float rotation, float duration, Interpolation interpolation)
-