libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.actions.ScaleByAction

Packages that use ScaleByAction
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
static ScaleByAction Actions.scaleBy(float amountX, float amountY)
          Scales the actor instantly.
static ScaleByAction Actions.scaleBy(float amountX, float amountY, float duration)
           
static ScaleByAction Actions.scaleBy(float amountX, float amountY, float duration, Interpolation interpolation)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)