프로퍼티 | 타입 | 설명 | |
---|---|---|---|
highscoresList | Highscore[] |
메소드 | 설명 | |
---|---|---|
AddNewHighscore ( string username, int score ) : void | ||
Awake ( ) : void | ||
DownloadHighscores ( ) : void | ||
FormatHighscores ( string textStream ) : void | ||
add ( int score ) : void |
메소드 | 설명 | |
---|---|---|
DownloadhighscoresFromDatabase ( ) : IEnumerator | ||
UploadNewHighscore ( string username, int score ) : IEnumerator |
public static AddNewHighscore ( string username, int score ) : void | ||
username | string | |
score | int | |
리턴 | void |
public FormatHighscores ( string textStream ) : void | ||
textStream | string | |
리턴 | void |