TestGame.TestGame.Draw C# (CSharp) Method

Draw() protected method

Draws game
protected Draw ( GameTime gameTime, StereoEye stereoEye ) : void
gameTime Microsoft.Xna.Framework.GameTime
stereoEye StereoEye
return void
		protected override void Draw ( GameTime gameTime, StereoEye stereoEye )
		{
			base.Draw( gameTime, stereoEye );

			//	Draw stuff here :
		}
	}