C# 클래스 Beyond_Beyaan.TaskBar

파일 보기 프로젝트 열기: Beyonders/Beyond-Beyaan

공개 프로퍼티들

프로퍼티 타입 설명
EndTurn System.Action
ShowFleetOverviewScreen System.Action
ShowGameMenu System.Action
ShowPlanetsScreen System.Action
ShowResearchScreen System.Action
ShowShipDesignScreen System.Action

공개 메소드들

메소드 설명
Clear ( ) : void
Draw ( ) : void
Initialize ( GameMain gameMain, string &reason ) : bool
MouseDown ( int mouseX, int mouseY, int whichButton ) : bool
MouseHover ( int mouseX, int mouseY, float frameDeltaTime ) : bool
MouseUp ( int mouseX, int mouseY, int whichButton ) : bool
SetToScreen ( Screen whichScreen ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( GameMain gameMain, string &reason ) : bool
gameMain GameMain
reason string
리턴 bool

MouseDown() 공개 메소드

public MouseDown ( int mouseX, int mouseY, int whichButton ) : bool
mouseX int
mouseY int
whichButton int
리턴 bool

MouseHover() 공개 메소드

public MouseHover ( int mouseX, int mouseY, float frameDeltaTime ) : bool
mouseX int
mouseY int
frameDeltaTime float
리턴 bool

MouseUp() 공개 메소드

public MouseUp ( int mouseX, int mouseY, int whichButton ) : bool
mouseX int
mouseY int
whichButton int
리턴 bool

SetToScreen() 공개 메소드

public SetToScreen ( Screen whichScreen ) : void
whichScreen Screen
리턴 void

프로퍼티 상세

EndTurn 공개적으로 프로퍼티

public Action,System EndTurn
리턴 System.Action

ShowFleetOverviewScreen 공개적으로 프로퍼티

public Action,System ShowFleetOverviewScreen
리턴 System.Action

ShowGameMenu 공개적으로 프로퍼티

public Action,System ShowGameMenu
리턴 System.Action

ShowPlanetsScreen 공개적으로 프로퍼티

public Action,System ShowPlanetsScreen
리턴 System.Action

ShowResearchScreen 공개적으로 프로퍼티

public Action,System ShowResearchScreen
리턴 System.Action

ShowShipDesignScreen 공개적으로 프로퍼티

public Action,System ShowShipDesignScreen
리턴 System.Action