C# 클래스 HighScores, 285_02_FA15G2

상속: MonoBehaviour
파일 보기 프로젝트 열기: selu285-2015/285_02_FA15G2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

AddNewHighscore() 공개 정적인 메소드

public static AddNewHighscore ( string username, int score ) : void
username string
score int
리턴 void

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

DownloadHighscores() 공개 메소드

public DownloadHighscores ( ) : void
리턴 void

FormatHighscores() 공개 메소드

public FormatHighscores ( string textStream ) : void
textStream string
리턴 void

add() 공개 메소드

public add ( int score ) : void
score int
리턴 void

프로퍼티 상세

highscoresList 공개적으로 프로퍼티

public Highscore[] highscoresList
리턴 Highscore[]