libgdx API

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

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

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

Methods in com.badlogic.gdx.scenes.scene2d.actions that return AlphaAction
static AlphaAction Actions.alpha(float a)
          Sets the actor's alpha instantly.
static AlphaAction Actions.alpha(float a, float duration)
          Transitions from the alpha at the time this action starts to the specified alpha.
static AlphaAction Actions.alpha(float a, float duration, Interpolation interpolation)
          Transitions from the alpha at the time this action starts to the specified alpha.
static AlphaAction Actions.fadeIn(float duration)
          Transitions from the alpha at the time this action starts to an alpha of 1.
static AlphaAction Actions.fadeIn(float duration, Interpolation interpolation)
          Transitions from the alpha at the time this action starts to an alpha of 1.
static AlphaAction Actions.fadeOut(float duration)
          Transitions from the alpha at the time this action starts to an alpha of 0.
static AlphaAction Actions.fadeOut(float duration, Interpolation interpolation)
          Transitions from the alpha at the time this action starts to an alpha of 0.
 


libgdx API

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