libgdx API

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

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

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

Subclasses of TemporalAction in com.badlogic.gdx.scenes.scene2d.actions
 class AlphaAction
          Sets the alpha for an actor's color (or a specified color), from the current alpha to the new alpha.
 class ColorAction
          Sets the actor's color (or a specified color), from the current to the new color.
 class FloatAction
          An action that has a float, whose value is transitioned over time.
 class IntAction
          An action that has an int, whose value is transitioned over time.
 class MoveByAction
          Moves an actor to a relative position.
 class MoveToAction
          Moves an actor from its current position to a specific position.
 class RelativeTemporalAction
          Base class for actions that transition over time using the percent complete since the last frame.
 class RotateByAction
          Sets the actor's rotation from its current value to a relative value.
 class RotateToAction
          Sets the actor's rotation from its current value to a specific value.
 class ScaleByAction
          Scales an actor's scale to a relative size.
 class ScaleToAction
          Sets the actor's scale from its current value to a specific value.
 class SizeByAction
          Moves an actor from its current size to a relative size.
 class SizeToAction
          Moves an actor from its current size to a specific size.
 


libgdx API

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