C# Class PlayerLifeManager, Cinder

Inheritance: LifeManager
Afficher le fichier Open project: terrypaton1/Cinder Class Usage Examples

Méthodes publiques

Méthode Description
GivePlayerExtraLife ( ) : void
PlayerLosesALife ( ) : void
ResetPlayerLives ( ) : void
RestartLevel ( ) : void

Private Methods

Méthode Description
UpdateLivesDisplay ( int value ) : void

Method Details

GivePlayerExtraLife() public méthode

public GivePlayerExtraLife ( ) : void
Résultat void

PlayerLosesALife() public méthode

public PlayerLosesALife ( ) : void
Résultat void

ResetPlayerLives() public méthode

public ResetPlayerLives ( ) : void
Résultat void

RestartLevel() public méthode

public RestartLevel ( ) : void
Résultat void