SmashBros.Views.IView.Draw C# (CSharp) Method

Draw() public abstract method

Runs when the view is put up for drawing It isn't necessary to spritBatch.Begin() & end(), this is handeled by the ControllerViewManager so theres as few begin end as possible
public abstract Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
gameTime Microsoft.Xna.Framework.GameTime
return void
        public abstract void Draw(SpriteBatch spriteBatch, GameTime gameTime);