C# Class MainMenuManger, Unity-Game

Inheritance: MonoBehaviour
Afficher le fichier Open project: PeasB/Unity-Game Class Usage Examples

Méthodes publiques

Méthode Description
GotoCredits ( ) : void
QuitGame ( ) : void
ResumeGame ( ) : void
Start ( ) : void
StartNewGame ( ) : void
StartNewGameConfirmed ( ) : void
StartNewGameNotConfirmed ( ) : void

Method Details

GotoCredits() public méthode

public GotoCredits ( ) : void
Résultat void

QuitGame() public méthode

public QuitGame ( ) : void
Résultat void

ResumeGame() public méthode

public ResumeGame ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartNewGame() public méthode

public StartNewGame ( ) : void
Résultat void

StartNewGameConfirmed() public méthode

public StartNewGameConfirmed ( ) : void
Résultat void

StartNewGameNotConfirmed() public méthode

public StartNewGameNotConfirmed ( ) : void
Résultat void