C# Class HighScores, 285_02_FA15G2

Inheritance: MonoBehaviour
Afficher le fichier Open project: selu285-2015/285_02_FA15G2 Class Usage Examples

Méthodes publiques

Свойство Type Description
highscoresList Highscore[]

Méthodes publiques

Méthode Description
AddNewHighscore ( string username, int score ) : void
Awake ( ) : void
DownloadHighscores ( ) : void
FormatHighscores ( string textStream ) : void
add ( int score ) : void

Private Methods

Méthode Description
DownloadhighscoresFromDatabase ( ) : IEnumerator
UploadNewHighscore ( string username, int score ) : IEnumerator

Method Details

AddNewHighscore() public static méthode

public static AddNewHighscore ( string username, int score ) : void
username string
score int
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

DownloadHighscores() public méthode

public DownloadHighscores ( ) : void
Résultat void

FormatHighscores() public méthode

public FormatHighscores ( string textStream ) : void
textStream string
Résultat void

add() public méthode

public add ( int score ) : void
score int
Résultat void

Property Details

highscoresList public_oe property

public Highscore[] highscoresList
Résultat Highscore[]