C# 클래스 HighScoreManager, Mathius_DOE

상속: MonoBehaviour
파일 보기 프로젝트 열기: RandomNPC/Mathius_DOE 1 사용 예제들

공개 메소드들

메소드 설명
HighScoreManager ( ) : System.Collections
addScore ( int myscore ) : void
get_isHighScore ( ) : bool
hS ( ) : HighScore,
loadScores ( ) : void
saveScores ( ) : void
set_isHighScore ( bool state ) : void

비공개 메소드들

메소드 설명
sortScores ( ) : void

메소드 상세

HighScoreManager() 공개 메소드

public HighScoreManager ( ) : System.Collections
리턴 System.Collections

addScore() 공개 메소드

public addScore ( int myscore ) : void
myscore int
리턴 void

get_isHighScore() 공개 메소드

public get_isHighScore ( ) : bool
리턴 bool

hS() 공개 메소드

public hS ( ) : HighScore,
리턴 HighScore,

loadScores() 공개 메소드

public loadScores ( ) : void
리턴 void

saveScores() 공개 메소드

public saveScores ( ) : void
리턴 void

set_isHighScore() 공개 메소드

public set_isHighScore ( bool state ) : void
state bool
리턴 void