|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |