Package | Description |
---|---|
com.badlogic.gdx |
Modifier and Type | Class and Description |
---|---|
class |
ScreenAdapter
Convenience implementation of
Screen . |
Modifier and Type | Field and Description |
---|---|
protected Screen |
Game.screen |
Modifier and Type | Method and Description |
---|---|
Screen |
Game.getScreen() |
Modifier and Type | Method and Description |
---|---|
void |
Game.setScreen(Screen screen)
Sets the current screen.
|