C# 클래스 JustTheBasics.Game

상속: OpenTK.GameWindow
파일 보기 프로젝트 열기: HeroOfTheWinds/CS-350-410-431-Group-Project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentView System.Drawing.RectangleF

공개 메소드들

메소드 설명
Game ( ) : System

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void
OnRenderFrame ( FrameEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnUpdateFrame ( FrameEventArgs e ) : void

비공개 메소드들

메소드 설명
initProgram ( ) : void
loadImage ( Bitmap image, bool tile = false ) : int
loadImage ( string filename, Background bg, bool tile = false ) : int
loadImage ( string filename, Sprite spr, bool tile = false ) : int
loadImage ( string filename, bool tile = false ) : int
loadImage ( string filename, int &x, int &y, bool tile = false ) : int
loadRoom ( Room newRoom ) : void

메소드 상세

Game() 공개 메소드

public Game ( ) : System
리턴 System

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnRenderFrame() 보호된 메소드

protected OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnUpdateFrame() 보호된 메소드

protected OnUpdateFrame ( FrameEventArgs e ) : void
e FrameEventArgs
리턴 void

프로퍼티 상세

CurrentView 공개적으로 프로퍼티

public RectangleF,System.Drawing CurrentView
리턴 System.Drawing.RectangleF