Asteroids.OptionsMenu.Draw C# (CSharp) Method

Draw() public method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void
        public void Draw(SpriteBatch spriteBatch)
        {
            oText.Draw(spriteBatch);
            cbAlias.Draw(spriteBatch);
            tResolution.Draw(spriteBatch, spriteFont);
            tSound.Draw(spriteBatch);
        }