C# 클래스 SunsetHigh.LocationNamePanel

상속: TextPanel
파일 보기 프로젝트 열기: ErraticUnicorn/MOSH

공개 메소드들

메소드 설명
reset ( ) : void
setMessage ( string message ) : void
showNewLocation ( string locationName ) : void
update ( float elapsed ) : void

비공개 메소드들

메소드 설명
LocationNamePanel ( ) : System

메소드 상세

reset() 공개 메소드

public reset ( ) : void
리턴 void

setMessage() 공개 메소드

public setMessage ( string message ) : void
message string
리턴 void

showNewLocation() 공개 메소드

public showNewLocation ( string locationName ) : void
locationName string
리턴 void

update() 공개 메소드

public update ( float elapsed ) : void
elapsed float
리턴 void