C# Class Result, PacMan

Inheritance: NetworkBehaviour
Afficher le fichier Open project: Stenkrona/PacMan Class Usage Examples

Méthodes publiques

Свойство Type Description
fail GameObject
mainMenu GameObject
playAgain GameObject
tryAgain GameObject
win GameObject

Méthodes publiques

Méthode Description
AllTextFalse ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

AllTextFalse() public méthode

public AllTextFalse ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

fail public_oe property

public GameObject fail
Résultat GameObject

mainMenu public_oe property

public GameObject mainMenu
Résultat GameObject

playAgain public_oe property

public GameObject playAgain
Résultat GameObject

tryAgain public_oe property

public GameObject tryAgain
Résultat GameObject

win public_oe property

public GameObject win
Résultat GameObject