public class Splash
extends java.lang.Object
implements com.badlogic.gdx.Screen
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
hide() |
void |
pause() |
void |
render(float delta) |
void |
resize(int width,
int height) |
void |
resume() |
void |
show() |
public Splash(Yuno yuno)
public void render(float delta)
render in interface com.badlogic.gdx.Screenpublic void show()
show in interface com.badlogic.gdx.Screenpublic void resize(int width,
int height)
resize in interface com.badlogic.gdx.Screenpublic void pause()
pause in interface com.badlogic.gdx.Screenpublic void resume()
resume in interface com.badlogic.gdx.Screenpublic void hide()
hide in interface com.badlogic.gdx.Screenpublic void dispose()
dispose in interface com.badlogic.gdx.Screen