C# Class MonoGdxTests.GdxTestContext

Inheritance: Microsoft.Xna.Framework.Game
Exibir arquivo Open project: jaquadro/MonoGdx Class Usage Examples

Public Methods

Method Description
GdxTestContext ( GdxTest test ) : System

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() protected method

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

GdxTestContext() public method

public GdxTestContext ( GdxTest test ) : System
test GdxTest
return System

Initialize() protected method

protected Initialize ( ) : void
return void

Update() protected method

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void