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