C# Class FlatRedBallWpf.MainGame

Inheritance: FlatRedBallGameBase
Mostrar archivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
MainGame ( FlatRedBallControl frbControl ) : System.Windows.Forms

Protected Methods

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

This method is where you'll set up your camera, create sprites, etc.

Update ( GameTime gameTime ) : void

Private Methods

Method Description
HandleModifyMouseState ( Microsoft &mouseState ) : void

Method Details

Draw() protected method

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

Initialize() protected method

This method is where you'll set up your camera, create sprites, etc.
protected Initialize ( ) : void
return void

MainGame() public method

public MainGame ( FlatRedBallControl frbControl ) : System.Windows.Forms
frbControl FlatRedBallControl
return System.Windows.Forms

Update() protected method

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