C# Class MainMenuController

Inheritance: MonoBehaviour
Datei anzeigen Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Public Properties

Property Type Description
LaunchGameButton GameObject
NewGameButton GameObject
NewGameConfirmationPanel GameObject

Public Methods

Method Description
HideConfirmationPanel ( ) : void
LaunchGame ( ) : void
LaunchTutorial ( ) : void
LoadCreditsMenu ( ) : void
LoadOptionsMenu ( ) : void
ShowConfirmationPanel ( ) : void
StartNewGame ( ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

HideConfirmationPanel() public method

public HideConfirmationPanel ( ) : void
return void

LaunchGame() public method

public LaunchGame ( ) : void
return void

LaunchTutorial() public method

public LaunchTutorial ( ) : void
return void

LoadCreditsMenu() public method

public LoadCreditsMenu ( ) : void
return void

LoadOptionsMenu() public method

public LoadOptionsMenu ( ) : void
return void

ShowConfirmationPanel() public method

public ShowConfirmationPanel ( ) : void
return void

StartNewGame() public method

public StartNewGame ( ) : void
return void

Property Details

LaunchGameButton public_oe property

public GameObject LaunchGameButton
return GameObject

NewGameButton public_oe property

public GameObject NewGameButton
return GameObject

NewGameConfirmationPanel public_oe property

public GameObject NewGameConfirmationPanel
return GameObject