C# 클래스 ScoringSystem, SlashRunner

파일 보기 프로젝트 열기: matthewAURA/SlashRunner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NUMBER_OF_HIGHSCORE int
highScores List
isEndless bool

공개 메소드들

메소드 설명
AddScoreIntoHighScore ( ScoreEntry, entry ) : void
ClearHighScore ( ) : void
GetScore ( ) : float
IncreaseScore ( int amount ) : void
InitializeHighScore ( ) : void
setMultiple ( int multiple ) : void

비공개 메소드들

메소드 설명
OnDisable ( ) : void
SaveScores ( ) : void
SortHighScore ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

AddScoreIntoHighScore() 공개 메소드

public AddScoreIntoHighScore ( ScoreEntry, entry ) : void
entry ScoreEntry,
리턴 void

ClearHighScore() 공개 메소드

public ClearHighScore ( ) : void
리턴 void

GetScore() 공개 메소드

public GetScore ( ) : float
리턴 float

IncreaseScore() 공개 메소드

public IncreaseScore ( int amount ) : void
amount int
리턴 void

InitializeHighScore() 공개 메소드

public InitializeHighScore ( ) : void
리턴 void

setMultiple() 공개 메소드

public setMultiple ( int multiple ) : void
multiple int
리턴 void

프로퍼티 상세

NUMBER_OF_HIGHSCORE 공개적으로 프로퍼티

public int NUMBER_OF_HIGHSCORE
리턴 int

highScores 공개적으로 프로퍼티

public List highScores
리턴 List

isEndless 공개적으로 프로퍼티

public bool isEndless
리턴 bool