libgdx API

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

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

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

Subclasses of RelativeTemporalAction in com.badlogic.gdx.scenes.scene2d.actions
 class MoveByAction
          Moves an actor to a relative position.
 class RotateByAction
          Sets the actor's rotation from its current value to a relative value.
 class ScaleByAction
          Scales an actor's scale to a relative size.
 class SizeByAction
          Moves an actor from its current size to a relative size.
 


libgdx API

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