C# 클래스 Beyond_Beyaan.Screens.DiplomacyScreen

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

공개 메소드들

메소드 설명
DrawScreen ( ) : void
Initialize ( GameMain gameMain, string &reason ) : bool
KeyDown ( KeyboardInputEventArgs e ) : void
MouseDown ( int x, int y, int whichButton ) : void
MouseScroll ( int direction, int x, int y ) : void
MouseUp ( int x, int y, int whichButton ) : void
SetupScreen ( ) : void
Update ( int x, int y, float frameDeltaTime ) : void

메소드 상세

DrawScreen() 공개 메소드

public DrawScreen ( ) : void
리턴 void

Initialize() 공개 메소드

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

KeyDown() 공개 메소드

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

MouseDown() 공개 메소드

public MouseDown ( int x, int y, int whichButton ) : void
x int
y int
whichButton int
리턴 void

MouseScroll() 공개 메소드

public MouseScroll ( int direction, int x, int y ) : void
direction int
x int
y int
리턴 void

MouseUp() 공개 메소드

public MouseUp ( int x, int y, int whichButton ) : void
x int
y int
whichButton int
리턴 void

SetupScreen() 공개 메소드

public SetupScreen ( ) : void
리턴 void

Update() 공개 메소드

public Update ( int x, int y, float frameDeltaTime ) : void
x int
y int
frameDeltaTime float
리턴 void