C# 클래스 Beyond_Beyaan.Screens.SystemView

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

공개 메소드들

메소드 설명
Draw ( ) : void
Initialize ( GameMain gameMain, string identifier, string &reason ) : bool
KeyDown ( GorgonLibrary e ) : bool
LoadSystem ( ) : void
LoadSystem ( StarSystem system, Empire currentEmpire ) : void
MouseDown ( int x, int y ) : bool
MouseHover ( int x, int y, float frameDeltaTime ) : bool
MouseUp ( int x, int y ) : bool
MoveWindow ( ) : void

비공개 메소드들

메소드 설명
Refresh ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Initialize() 공개 메소드

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

KeyDown() 공개 메소드

public KeyDown ( GorgonLibrary e ) : bool
e GorgonLibrary
리턴 bool

LoadSystem() 공개 메소드

public LoadSystem ( ) : void
리턴 void

LoadSystem() 공개 메소드

public LoadSystem ( StarSystem system, Empire currentEmpire ) : void
system StarSystem
currentEmpire Empire
리턴 void

MouseDown() 공개 메소드

public MouseDown ( int x, int y ) : bool
x int
y int
리턴 bool

MouseHover() 공개 메소드

public MouseHover ( int x, int y, float frameDeltaTime ) : bool
x int
y int
frameDeltaTime float
리턴 bool

MouseUp() 공개 메소드

public MouseUp ( int x, int y ) : bool
x int
y int
리턴 bool

MoveWindow() 공개 메소드

public MoveWindow ( ) : void
리턴 void