C# 클래스 UHSampleGame.MenuSystem.MenuEntry

파일 보기 프로젝트 열기: holtkampw/UH-Sample-XNA-Project 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( MenuScreen screen, Vector2 position, bool isSelected ) : void
GetHeight ( ) : int
MenuEntry ( string text ) : System
MenuEntry ( string text, bool enabled ) : System
Update ( MenuScreen screen, bool isSelected ) : void

보호된 메소드들

메소드 설명
OnSelectEntry ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( MenuScreen screen, Vector2 position, bool isSelected ) : void
screen MenuScreen
position Vector2
isSelected bool
리턴 void

GetHeight() 공개 메소드

public GetHeight ( ) : int
리턴 int

MenuEntry() 공개 메소드

public MenuEntry ( string text ) : System
text string
리턴 System

MenuEntry() 공개 메소드

public MenuEntry ( string text, bool enabled ) : System
text string
enabled bool
리턴 System

OnSelectEntry() 보호된 메소드

protected OnSelectEntry ( ) : void
리턴 void

Update() 공개 메소드

public Update ( MenuScreen screen, bool isSelected ) : void
screen MenuScreen
isSelected bool
리턴 void