C# Class JustTheBasics.Game

Inheritance: OpenTK.GameWindow
Afficher le fichier Open project: HeroOfTheWinds/CS-350-410-431-Group-Project Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrentView System.Drawing.RectangleF

Méthodes publiques

Méthode Description
Game ( ) : System

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void
OnRenderFrame ( FrameEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnUpdateFrame ( FrameEventArgs e ) : void

Private Methods

Méthode Description
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

Method Details

Game() public méthode

public Game ( ) : System
Résultat System

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnRenderFrame() protected méthode

protected OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnUpdateFrame() protected méthode

protected OnUpdateFrame ( FrameEventArgs e ) : void
e FrameEventArgs
Résultat void

Property Details

CurrentView public_oe property

public RectangleF,System.Drawing CurrentView
Résultat System.Drawing.RectangleF