C# 클래스 OpenEmpires.Game

파일 보기 프로젝트 열기: HandsomeMatt/OpenEmpires

공개 프로퍼티들

프로퍼티 타입 설명
GameView SFML.Graphics.View
Window SFML.Graphics.RenderWindow

공개 메소드들

메소드 설명
Clamp ( int value, int min, int max ) : int
Exit ( ) : void
Initialize ( ) : void
Run ( ) : void

비공개 메소드들

메소드 설명
Draw ( double time ) : void
Game ( ) : System
Resize ( Vector2f newSize ) : void
Update ( double time ) : void
Window_MouseMoved ( object sender, MouseMoveEventArgs e ) : void

메소드 상세

Clamp() 공개 정적인 메소드

public static Clamp ( int value, int min, int max ) : int
value int
min int
max int
리턴 int

Exit() 공개 정적인 메소드

public static Exit ( ) : void
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

Run() 공개 정적인 메소드

public static Run ( ) : void
리턴 void

프로퍼티 상세

GameView 공개적으로 정적으로 프로퍼티

public static View,SFML.Graphics GameView
리턴 SFML.Graphics.View

Window 공개적으로 정적으로 프로퍼티

public static RenderWindow,SFML.Graphics Window
리턴 SFML.Graphics.RenderWindow