C# Class NewTOAPIA.UI.GL.GLGameController

Inheritance: GLController
Datei anzeigen Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
GLGameController ( ) : System
GLGameController ( GLModel model, GLView view ) : System
OnCloseRequested ( ) : bool

Protected Methods

Method Description
SetupRunning ( ) : void

Private Methods

Method Description
GameLoopFunction ( ) : void

Method Details

GLGameController() public method

public GLGameController ( ) : System
return System

GLGameController() public method

public GLGameController ( GLModel model, GLView view ) : System
model GLModel
view GLView
return System

OnCloseRequested() public method

public OnCloseRequested ( ) : bool
return bool

SetupRunning() protected method

protected SetupRunning ( ) : void
return void