C# Class HighScores, 285_02_FA15G2

Inheritance: MonoBehaviour
Mostrar archivo Open project: selu285-2015/285_02_FA15G2 Class Usage Examples

Public Properties

Property Type Description
highscoresList Highscore[]

Public Methods

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

Private Methods

Method Description
DownloadhighscoresFromDatabase ( ) : IEnumerator
UploadNewHighscore ( string username, int score ) : IEnumerator

Method Details

AddNewHighscore() public static method

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

Awake() public method

public Awake ( ) : void
return void

DownloadHighscores() public method

public DownloadHighscores ( ) : void
return void

FormatHighscores() public method

public FormatHighscores ( string textStream ) : void
textStream string
return void

add() public method

public add ( int score ) : void
score int
return void

Property Details

highscoresList public_oe property

public Highscore[] highscoresList
return Highscore[]