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