コード例 #1
0
        public void Draw(GameTime gameTime)
        {
            spriteBatch.Begin();

            font.DrawText(spriteBatch, new Vector2(), "Press ~ to toggle console.");

            DrawBoxes();

            spriteBatch.End();

            console.Draw(gameTime);
        }