C# Class MonoGame.Interop.Wpf.OtherMainGame

Inheritance: GameModule
Mostrar archivo Open project: Eastrall/MonoGame.Interop

Public Methods

Method Description
OtherMainGame ( ) : Microsoft.Xna.Framework

Protected Methods

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

Method Details

Draw() protected method

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

Initialize() protected method

protected Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

OtherMainGame() public method

public OtherMainGame ( ) : Microsoft.Xna.Framework
return Microsoft.Xna.Framework

Update() protected method

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