C# 클래스 HighScoresController, asteroids-unity3d

상속: MonoBehaviour
파일 보기 프로젝트 열기: vitorog/asteroids-unity3d 1 사용 예제들

공개 메소드들

메소드 설명
GetUpdatedHighScores ( List &high_scores, List &high_scores_initals ) : void
Init ( List high_scores, List high_scores_initials ) : void
IsDone ( ) : bool
OnInitialsInput ( ) : void
OnScoresDisplay ( ) : void

비공개 메소드들

메소드 설명
BlinkLetter ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

GetUpdatedHighScores() 공개 메소드

public GetUpdatedHighScores ( List &high_scores, List &high_scores_initals ) : void
high_scores List
high_scores_initals List
리턴 void

Init() 공개 메소드

public Init ( List high_scores, List high_scores_initials ) : void
high_scores List
high_scores_initials List
리턴 void

IsDone() 공개 메소드

public IsDone ( ) : bool
리턴 bool

OnInitialsInput() 공개 메소드

public OnInitialsInput ( ) : void
리턴 void

OnScoresDisplay() 공개 메소드

public OnScoresDisplay ( ) : void
리턴 void