Class MenuView
- java.lang.Object
-
- com.bombinggames.wurfelengine.extension.basicmainmenu.MenuView
-
public class MenuView extends java.lang.Object
The View manages the graphical ouput and input.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MenuView(MenuController controller)
Creates alpha View.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
render(boolean warning)
renders the sceneprotected void
show()
protected void
update(float dt)
-
-
-
Constructor Detail
-
MenuView
protected MenuView(MenuController controller)
Creates alpha View.- Parameters:
controller
-
-
-