C# 클래스 Score, codevember2015

상속: MonoBehaviour
파일 보기 프로젝트 열기: p-schulz/codevember2015 1 사용 예제들

공개 메소드들

메소드 설명
getBestScore ( ) : int
getScore ( ) : int
onGameOver ( ) : void
updateScore ( int toAdd ) : void

비공개 메소드들

메소드 설명
Start ( ) : void

메소드 상세

getBestScore() 공개 메소드

public getBestScore ( ) : int
리턴 int

getScore() 공개 메소드

public getScore ( ) : int
리턴 int

onGameOver() 공개 메소드

public onGameOver ( ) : void
리턴 void

updateScore() 공개 메소드

public updateScore ( int toAdd ) : void
toAdd int
리턴 void