Property | Type | Description | |
---|---|---|---|
highscoresList | Highscore[] |
Method | Description | |
---|---|---|
AddNewHighscore ( string username, int score ) : void | ||
Awake ( ) : void | ||
DownloadHighscores ( ) : void | ||
FormatHighscores ( string textStream ) : void | ||
add ( int score ) : void |
Method | Description | |
---|---|---|
DownloadhighscoresFromDatabase ( ) : IEnumerator | ||
UploadNewHighscore ( string username, int score ) : IEnumerator |
public static AddNewHighscore ( string username, int score ) : void | ||
username | string | |
score | int | |
return | void |
public FormatHighscores ( string textStream ) : void | ||
textStream | string | |
return | void |