C# Class PolygonEditor.MainGame

Inheritance: FlatRedBallGameBase
Mostra file Open project: vchelaru/FlatRedBall

Public Methods

Method Description
MainGame ( FlatRedBallControl frbControl ) : FlatRedBall

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

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 ) : FlatRedBall
frbControl FlatRedBallControl
return FlatRedBall

Update() protected method

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