C# Class HighScoreManager, Mathius_DOE

Inheritance: MonoBehaviour
Afficher le fichier Open project: RandomNPC/Mathius_DOE Class Usage Examples

Méthodes publiques

Méthode Description
HighScoreManager ( ) : System.Collections
addScore ( int myscore ) : void
get_isHighScore ( ) : bool
hS ( ) : HighScore,
loadScores ( ) : void
saveScores ( ) : void
set_isHighScore ( bool state ) : void

Private Methods

Méthode Description
sortScores ( ) : void

Method Details

HighScoreManager() public méthode

public HighScoreManager ( ) : System.Collections
Résultat System.Collections

addScore() public méthode

public addScore ( int myscore ) : void
myscore int
Résultat void

get_isHighScore() public méthode

public get_isHighScore ( ) : bool
Résultat bool

hS() public méthode

public hS ( ) : HighScore,
Résultat HighScore,

loadScores() public méthode

public loadScores ( ) : void
Résultat void

saveScores() public méthode

public saveScores ( ) : void
Résultat void

set_isHighScore() public méthode

public set_isHighScore ( bool state ) : void
state bool
Résultat void