C# 클래스 Beyond_Beyaan.GameMain

파일 보기 프로젝트 열기: Beyonders/Beyond-Beyaan 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ChangeToScreen ( Screen whichScreen ) : void
ClearAll ( ) : void
DrawGalaxyBackground ( ) : void
ExitGame ( ) : void
HideSitRep ( ) : void
Initalize ( int screenWidth, int screenHeight, DirectoryInfo dataSet, bool showTutorial, Form parentForm, string &reason ) : bool
KeyDown ( KeyboardInputEventArgs e ) : void
LoadGame ( string filename ) : bool
MouseDown ( MouseEventArgs e ) : void
MouseScroll ( int delta ) : void
MouseUp ( MouseEventArgs e ) : void
ProcessGame ( float frameDeltaTime ) : void
RefreshSitRep ( ) : void
SaveGame ( string filename ) : void
ToggleSitRep ( ) : void

메소드 상세

ChangeToScreen() 공개 메소드

public ChangeToScreen ( Screen whichScreen ) : void
whichScreen System.Windows.Forms.Screen
리턴 void

ClearAll() 공개 메소드

public ClearAll ( ) : void
리턴 void

DrawGalaxyBackground() 공개 메소드

public DrawGalaxyBackground ( ) : void
리턴 void

ExitGame() 공개 메소드

public ExitGame ( ) : void
리턴 void

HideSitRep() 공개 메소드

public HideSitRep ( ) : void
리턴 void

Initalize() 공개 메소드

public Initalize ( int screenWidth, int screenHeight, DirectoryInfo dataSet, bool showTutorial, Form parentForm, string &reason ) : bool
screenWidth int
screenHeight int
dataSet System.IO.DirectoryInfo
showTutorial bool
parentForm System.Windows.Forms.Form
reason string
리턴 bool

KeyDown() 공개 메소드

public KeyDown ( KeyboardInputEventArgs e ) : void
e KeyboardInputEventArgs
리턴 void

LoadGame() 공개 메소드

public LoadGame ( string filename ) : bool
filename string
리턴 bool

MouseDown() 공개 메소드

public MouseDown ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs
리턴 void

MouseScroll() 공개 메소드

public MouseScroll ( int delta ) : void
delta int
리턴 void

MouseUp() 공개 메소드

public MouseUp ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs
리턴 void

ProcessGame() 공개 메소드

public ProcessGame ( float frameDeltaTime ) : void
frameDeltaTime float
리턴 void

RefreshSitRep() 공개 메소드

public RefreshSitRep ( ) : void
리턴 void

SaveGame() 공개 메소드

public SaveGame ( string filename ) : void
filename string
리턴 void

ToggleSitRep() 공개 메소드

public ToggleSitRep ( ) : void
리턴 void