Uses of Class
com.badlogic.gdx.scenes.scene2d.actions.ScaleToAction
-
Packages that use ScaleToAction Package Description com.badlogic.gdx.scenes.scene2d.actions -
-
Uses of ScaleToAction in com.badlogic.gdx.scenes.scene2d.actions
Methods in com.badlogic.gdx.scenes.scene2d.actions that return ScaleToAction Modifier and Type Method Description static ScaleToActionActions. scaleTo(float x, float y)Scales the actor instantly.static ScaleToActionActions. scaleTo(float x, float y, float duration)static ScaleToActionActions. scaleTo(float x, float y, float duration, Interpolation interpolation)
-