C# Class Score, codevember2015

Inheritance: MonoBehaviour
Show file Open project: p-schulz/codevember2015 Class Usage Examples

Public Methods

Method Description
getBestScore ( ) : int
getScore ( ) : int
onGameOver ( ) : void
updateScore ( int toAdd ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

getBestScore() public method

public getBestScore ( ) : int
return int

getScore() public method

public getScore ( ) : int
return int

onGameOver() public method

public onGameOver ( ) : void
return void

updateScore() public method

public updateScore ( int toAdd ) : void
toAdd int
return void