C# 클래스 SunsetHigh.SubMenuFocusEntry

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

공개 메소드들

메소드 설명
SubMenuFocusEntry ( ) : System
SubMenuFocusEntry ( string name ) : System
SubMenuFocusEntry ( string name, Panel next ) : System
getNextPanel ( ) : Panel
onPress ( ) : void
setNextPanel ( Panel next ) : void

메소드 상세

SubMenuFocusEntry() 공개 메소드

public SubMenuFocusEntry ( ) : System
리턴 System

SubMenuFocusEntry() 공개 메소드

public SubMenuFocusEntry ( string name ) : System
name string
리턴 System

SubMenuFocusEntry() 공개 메소드

public SubMenuFocusEntry ( string name, Panel next ) : System
name string
next Panel
리턴 System

getNextPanel() 공개 메소드

public getNextPanel ( ) : Panel
리턴 Panel

onPress() 공개 메소드

public onPress ( ) : void
리턴 void

setNextPanel() 공개 메소드

public setNextPanel ( Panel next ) : void
next Panel
리턴 void