C# Class HighScoreManager, Mathius_DOE

Inheritance: MonoBehaviour
ファイルを表示 Open project: RandomNPC/Mathius_DOE Class Usage Examples

Public Methods

Method Description
HighScoreManager ( ) : System.Collections
addScore ( int myscore ) : void
get_isHighScore ( ) : bool
hS ( ) : HighScore,
loadScores ( ) : void
saveScores ( ) : void
set_isHighScore ( bool state ) : void

Private Methods

Method Description
sortScores ( ) : void

Method Details

HighScoreManager() public method

public HighScoreManager ( ) : System.Collections
return System.Collections

addScore() public method

public addScore ( int myscore ) : void
myscore int
return void

get_isHighScore() public method

public get_isHighScore ( ) : bool
return bool

hS() public method

public hS ( ) : HighScore,
return HighScore,

loadScores() public method

public loadScores ( ) : void
return void

saveScores() public method

public saveScores ( ) : void
return void

set_isHighScore() public method

public set_isHighScore ( bool state ) : void
state bool
return void