C# Class MonoGdxTests.GdxTest

Inheritance: MonoGdx.InputAdapter
Exibir arquivo Open project: jaquadro/MonoGdx Class Usage Examples

Public Methods

Method Description
Create ( GdxTestContext context ) : void
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Protected Methods

Method Description
DrawCore ( GameTime gameTime ) : void
InitializeCore ( ) : void
UpdateCore ( GameTime gameTime ) : void

Method Details

Create() public method

public Create ( GdxTestContext context ) : void
context GdxTestContext
return void

Draw() public method

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

DrawCore() protected method

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

Initialize() public method

public Initialize ( ) : void
return void

InitializeCore() protected method

protected InitializeCore ( ) : void
return void

Update() public method

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

UpdateCore() protected method

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