C# Class Gravitation.Screens.ScreenManager

Show file Open project: thedamoes/Gravitation

Public Methods

Method Description
Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void

Private Methods

Method Description
ScreenManager ( ) : System

Method Details

Draw() public method

public Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void
gameTime Microsoft.Xna.Framework.GameTime
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void