C# Class TechEngine.Engine.Game

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: DotTech/3D-software-renderer

Méthodes publiques

Méthode Description
Start ( ) : void

Méthodes protégées

Méthode Description
OnKeyDown ( KeyEventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void

Private Methods

Méthode Description
HandleKeys ( ) : void
Render ( ) : void
Setup ( ) : void
Update ( object sender, EventArgs e ) : void
UpdateLog ( ) : void

Method Details

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void