C# Class Example.Game

Inheritance: OpenTK.GameWindow
Afficher le fichier Open project: tpb3d/TPB3D Class Usage Examples

Méthodes publiques

Méthode Description
Exit ( ) : void
Game ( ) : System
SetPolygonMode ( PolygonMode polygonMode ) : void

Méthodes protégées

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

Private Methods

Méthode Description
Game_KeyDown ( object sender, KeyboardKeyEventArgs e ) : void
Game_KeyUp ( object sender, KeyboardKeyEventArgs e ) : void
Game_MouseDown ( object sender, MouseButtonEventArgs e ) : void
Game_MouseMove ( object sender, MouseMoveEventArgs e ) : void
Game_MouseUp ( object sender, MouseButtonEventArgs e ) : void
Game_WheelChanged ( object sender, MouseWheelEventArgs e ) : void
Main ( ) : void
SetupLighting ( ) : void
UpdateActualFps ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool manual ) : void
manual bool
Résultat void

Exit() public méthode

public Exit ( ) : void
Résultat void

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

SetPolygonMode() public méthode

public SetPolygonMode ( PolygonMode polygonMode ) : void
polygonMode PolygonMode
Résultat void