public class SmoothTransition extends Object implements ScreenTransition
| Constructor and Description |
|---|
SmoothTransition() |
| Modifier and Type | Method and Description |
|---|---|
float |
getDuration() |
static SmoothTransition |
init(float duration) |
void |
render(SpriteBatch batch,
Texture currScreen,
Texture nextScreen,
float alpha) |
public static SmoothTransition init(float duration)
public float getDuration()
getDuration in interface ScreenTransitionpublic void render(SpriteBatch batch, Texture currScreen, Texture nextScreen, float alpha)
render in interface ScreenTransitionCopyright © 2014-2016 gdx2d - https://github.com/hevs-isi/gdx2d