spaceconquest.GlobalChatClientGUI.Draw C# (CSharp) Method

Draw() public method

public Draw ( SpriteBatch s ) : void
s Microsoft.Xna.Framework.Graphics.SpriteBatch
return void
        public void Draw(SpriteBatch s)
        {
            this.Draw(s, this.chatFont, this.textures);
        }

Same methods

GlobalChatClientGUI::Draw ( SpriteBatch s, SpriteFont f, List textureList ) : void