C# Class UIScript, Demonology

Inheritance: MonoBehaviour
Afficher le fichier Open project: Qlevine20/Demonology Class Usage Examples

Méthodes publiques

Свойство Type Description
ControlsScreen GameObject
GameMenu GameObject
LevelsScreen GameObject
menuKey KeyCode

Méthodes publiques

Méthode Description
ExitControlsScreen ( GameObject menu ) : void
ExitLevelsScreen ( GameObject menu ) : void
ExitToMainMenu ( ) : void
LevelButton ( int level ) : void
Start ( ) : void
ToControlsScreen ( GameObject menu ) : void
ToLevelsScreen ( GameObject menu ) : void
Update ( ) : void
UpdateMenu ( GameObject menu ) : void

Method Details

ExitControlsScreen() public méthode

public ExitControlsScreen ( GameObject menu ) : void
menu GameObject
Résultat void

ExitLevelsScreen() public méthode

public ExitLevelsScreen ( GameObject menu ) : void
menu GameObject
Résultat void

ExitToMainMenu() public méthode

public ExitToMainMenu ( ) : void
Résultat void

LevelButton() public méthode

public LevelButton ( int level ) : void
level int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

ToControlsScreen() public méthode

public ToControlsScreen ( GameObject menu ) : void
menu GameObject
Résultat void

ToLevelsScreen() public méthode

public ToLevelsScreen ( GameObject menu ) : void
menu GameObject
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateMenu() public méthode

public UpdateMenu ( GameObject menu ) : void
menu GameObject
Résultat void

Property Details

ControlsScreen public_oe property

public GameObject ControlsScreen
Résultat GameObject

GameMenu public_oe property

public GameObject GameMenu
Résultat GameObject

LevelsScreen public_oe property

public GameObject LevelsScreen
Résultat GameObject

menuKey public_oe property

public KeyCode menuKey
Résultat KeyCode