Tesseract Engine Documentation

PauseScreen.Draw Method (SpriteBatch, GraphicsDevice)

Draw the pause menu.

public void Draw(
   SpriteBatch spriteBatch,
   GraphicsDevice graphicsDevice
);

Parameters

spriteBatch
Spritebatch used to draw.
graphicsDevice
Graphics device to draw.

See Also

PauseScreen Class | DarkWynter.Engine.Menus.GameScreens Namespace | PauseScreen.Draw Overload List