C# Class Score, codevember2015

Inheritance: MonoBehaviour
Afficher le fichier Open project: p-schulz/codevember2015 Class Usage Examples

Méthodes publiques

Méthode Description
getBestScore ( ) : int
getScore ( ) : int
onGameOver ( ) : void
updateScore ( int toAdd ) : void

Private Methods

Méthode Description
Start ( ) : void

Method Details

getBestScore() public méthode

public getBestScore ( ) : int
Résultat int

getScore() public méthode

public getScore ( ) : int
Résultat int

onGameOver() public méthode

public onGameOver ( ) : void
Résultat void

updateScore() public méthode

public updateScore ( int toAdd ) : void
toAdd int
Résultat void