Uses of Class
com.badlogic.gdx.scenes.scene2d.actions.ScaleByAction
-
Packages that use ScaleByAction Package Description com.badlogic.gdx.scenes.scene2d.actions -
-
Uses of ScaleByAction in com.badlogic.gdx.scenes.scene2d.actions
Methods in com.badlogic.gdx.scenes.scene2d.actions that return ScaleByAction Modifier and Type Method Description static ScaleByActionActions. scaleBy(float amountX, float amountY)Scales the actor instantly.static ScaleByActionActions. scaleBy(float amountX, float amountY, float duration)static ScaleByActionActions. scaleBy(float amountX, float amountY, float duration, Interpolation interpolation)
-