C# Class MainMenuController

Inheritance: MonoBehaviour
Afficher le fichier Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Méthodes publiques

Свойство Type Description
LaunchGameButton GameObject
NewGameButton GameObject
NewGameConfirmationPanel GameObject

Méthodes publiques

Méthode Description
HideConfirmationPanel ( ) : void
LaunchGame ( ) : void
LaunchTutorial ( ) : void
LoadCreditsMenu ( ) : void
LoadOptionsMenu ( ) : void
ShowConfirmationPanel ( ) : void
StartNewGame ( ) : void

Private Methods

Méthode Description
Start ( ) : void

Method Details

HideConfirmationPanel() public méthode

public HideConfirmationPanel ( ) : void
Résultat void

LaunchGame() public méthode

public LaunchGame ( ) : void
Résultat void

LaunchTutorial() public méthode

public LaunchTutorial ( ) : void
Résultat void

LoadCreditsMenu() public méthode

public LoadCreditsMenu ( ) : void
Résultat void

LoadOptionsMenu() public méthode

public LoadOptionsMenu ( ) : void
Résultat void

ShowConfirmationPanel() public méthode

public ShowConfirmationPanel ( ) : void
Résultat void

StartNewGame() public méthode

public StartNewGame ( ) : void
Résultat void

Property Details

LaunchGameButton public_oe property

public GameObject LaunchGameButton
Résultat GameObject

NewGameButton public_oe property

public GameObject NewGameButton
Résultat GameObject

NewGameConfirmationPanel public_oe property

public GameObject NewGameConfirmationPanel
Résultat GameObject