C# 클래스 Game.MainMenuWindow

Defines a main menu.
상속: Control
파일 보기 프로젝트 열기: DarrenHassan/GDM4242-GroupD 1 사용 예제들

보호된 메소드들

메소드 설명
OnAttach ( ) : void

Creates a window of the main menu and creates the background world.

OnDetach ( ) : void

Destroys the background world at closing the main menu.

OnKeyDown ( KeyEvent e ) : bool
OnRender ( ) : void
OnTick ( float delta ) : void

비공개 메소드들

메소드 설명
Back_Click ( EButton sender ) : void
CreateMap ( ) : void

Creates the background world.

DestroyMap ( ) : void

Destroys the background world.

Faction_Click ( EButton sender ) : void
ToggleFaction_Click ( EButton sender ) : void
listBox_SelectedIndexChanged ( object sender ) : void

메소드 상세

OnAttach() 보호된 메소드

Creates a window of the main menu and creates the background world.
protected OnAttach ( ) : void
리턴 void

OnDetach() 보호된 메소드

Destroys the background world at closing the main menu.
protected OnDetach ( ) : void
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEvent e ) : bool
e KeyEvent
리턴 bool

OnRender() 보호된 메소드

protected OnRender ( ) : void
리턴 void

OnTick() 보호된 메소드

protected OnTick ( float delta ) : void
delta float
리턴 void