libgdx API

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

Packages that use MoveToAction
com.badlogic.gdx.scenes.scene2d.actions   
 

Uses of MoveToAction in com.badlogic.gdx.scenes.scene2d.actions
 

Methods in com.badlogic.gdx.scenes.scene2d.actions that return MoveToAction
static MoveToAction Actions.moveTo(float x, float y)
          Moves the actor instantly.
static MoveToAction Actions.moveTo(float x, float y, float duration)
           
static MoveToAction Actions.moveTo(float x, float y, float duration, Interpolation interpolation)
           
 


libgdx API

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