C# Class NewTOAPIA.UI.GL.GLGameController

Inheritance: GLController
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
GLGameController ( ) : System
GLGameController ( GLModel model, GLView view ) : System
OnCloseRequested ( ) : bool

Méthodes protégées

Méthode Description
SetupRunning ( ) : void

Private Methods

Méthode Description
GameLoopFunction ( ) : void

Method Details

GLGameController() public méthode

public GLGameController ( ) : System
Résultat System

GLGameController() public méthode

public GLGameController ( GLModel model, GLView view ) : System
model GLModel
view GLView
Résultat System

OnCloseRequested() public méthode

public OnCloseRequested ( ) : bool
Résultat bool

SetupRunning() protected méthode

protected SetupRunning ( ) : void
Résultat void