Drought.State.GameState.render C# (CSharp) Method

render() public abstract method

public abstract render ( GameTime gameTime, GraphicsDevice graphics, SpriteBatch spriteBatch ) : void
gameTime Microsoft.Xna.Framework.GameTime
graphics GraphicsDevice
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void
        public abstract void render(GameTime gameTime, GraphicsDevice graphics, SpriteBatch spriteBatch);