C# 클래스 PathfindingTest.UI.Menus.IngameMenu

상속: XNAInterfaceComponents.Components.XNAPanel
파일 보기 프로젝트 열기: Wotuu/RTS_XNA_v2

공개 메소드들

메소드 설명
IngameMenu ( ) : System
OnExitGame ( XNAButton source ) : void
OnExitToWindows ( XNAButton source ) : void
OnResumeGame ( XNAButton source ) : void

메소드 상세

IngameMenu() 공개 메소드

public IngameMenu ( ) : System
리턴 System

OnExitGame() 공개 메소드

public OnExitGame ( XNAButton source ) : void
source XNAInterfaceComponents.AbstractComponents.XNAButton
리턴 void

OnExitToWindows() 공개 메소드

public OnExitToWindows ( XNAButton source ) : void
source XNAInterfaceComponents.AbstractComponents.XNAButton
리턴 void

OnResumeGame() 공개 메소드

public OnResumeGame ( XNAButton source ) : void
source XNAInterfaceComponents.AbstractComponents.XNAButton
리턴 void