Bug.GameObject.Draw C# (CSharp) Method

Draw() public abstract method

public abstract Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void
        public abstract void Draw(SpriteBatch spriteBatch);