public class BasicOptionsScreen extends WEScreen
Constructor and Description |
---|
BasicOptionsScreen() |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
hide() |
void |
pause() |
void |
renderImpl(float dt) |
void |
resize(int width,
int height) |
void |
resume() |
void |
show() |
public void renderImpl(float dt)
renderImpl
in class WEScreen
dt
- time in mspublic void resize(int width, int height)
public void show()
public void hide()
public void pause()
public void resume()
public void dispose()