Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Score
C# Class Score, codevember2015
Inheritance:
MonoBehaviour
Exibir arquivo
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