C# 클래스 SunsetHigh.CluePanel

상속: ListPanel
파일 보기 프로젝트 열기: ErraticUnicorn/MOSH 1 사용 예제들

공개 메소드들

메소드 설명
CluePanel ( int p_x, int p_y, int p_width, int p_height, IMessagePanel p_messagePanel ) : System
onConfirm ( ) : void
onEnter ( ) : void
onMoveCursor ( Direction p_dir ) : void

비공개 메소드들

메소드 설명
updateClueDescription ( ) : void
updateClues ( ) : void

메소드 상세

CluePanel() 공개 메소드

public CluePanel ( int p_x, int p_y, int p_width, int p_height, IMessagePanel p_messagePanel ) : System
p_x int
p_y int
p_width int
p_height int
p_messagePanel IMessagePanel
리턴 System

onConfirm() 공개 메소드

public onConfirm ( ) : void
리턴 void

onEnter() 공개 메소드

public onEnter ( ) : void
리턴 void

onMoveCursor() 공개 메소드

public onMoveCursor ( Direction p_dir ) : void
p_dir Direction
리턴 void