C# Class MainMenuManger, Unity-Game

Inheritance: MonoBehaviour
Mostrar archivo Open project: PeasB/Unity-Game Class Usage Examples

Public Methods

Method Description
GotoCredits ( ) : void
QuitGame ( ) : void
ResumeGame ( ) : void
Start ( ) : void
StartNewGame ( ) : void
StartNewGameConfirmed ( ) : void
StartNewGameNotConfirmed ( ) : void

Method Details

GotoCredits() public method

public GotoCredits ( ) : void
return void

QuitGame() public method

public QuitGame ( ) : void
return void

ResumeGame() public method

public ResumeGame ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StartNewGame() public method

public StartNewGame ( ) : void
return void

StartNewGameConfirmed() public method

public StartNewGameConfirmed ( ) : void
return void

StartNewGameNotConfirmed() public method

public StartNewGameNotConfirmed ( ) : void
return void