public class BasicMainMenu extends AbstractMainMenu
Constructor and Description |
---|
BasicMainMenu(BasicMenuItem[] menuItems)
Use this constructor to pass your controller and views in order of the main menu
|
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
static MenuController |
getController() |
static MenuView |
getView() |
void |
hide() |
void |
init()
Use init like the constructor.
|
void |
pause() |
void |
renderImpl(float dt) |
void |
resize(int width,
int height) |
void |
resume() |
void |
show() |
void |
supressWarning()
If you want to hide the warning message call this method.
|
public BasicMainMenu(BasicMenuItem[] menuItems)
menuItems
- public void init()
AbstractMainMenu
init
in class AbstractMainMenu
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()
public static MenuController getController()
public static MenuView getView()
public void supressWarning()