MainMenu Methods

MyDungeon

MainMenu Methods

The MainMenu type exposes the following members.

Methods
  NameDescription
Public methodLoadGame
Called when the Load Game button is clicked
Public methodNewGame
Called when the New Game button is clicked
Public methodQuit
Called when the Quit Game button is clicked
Protected methodStart
Instantiates the menu prefab and sets up EventSystem selections
Protected methodUpdate
Places selection back on the menu if movement controls are pressed after losing menu focus
Top
Extension Methods
  NameDescription
Public Extension MethodInvoke
Invoke using a delegate
(Defined by MonoBehaviourExtensions.)
Top
See Also