public interface Transition
| Modifier and Type | Method and Description |
|---|---|
float |
getDuration() |
boolean |
hasFinished() |
void |
postRender(com.badlogic.gdx.graphics.g2d.PolygonSpriteBatch batch) |
void |
preRender(com.badlogic.gdx.graphics.g2d.PolygonSpriteBatch batch) |
void |
reset(ScreenContext context) |
void |
update() |
void reset(ScreenContext context)
void update()
void preRender(com.badlogic.gdx.graphics.g2d.PolygonSpriteBatch batch)
void postRender(com.badlogic.gdx.graphics.g2d.PolygonSpriteBatch batch)
float getDuration()
boolean hasFinished()