Skip to content

DrawCallManager Class

Helps manage the SharedSpriteBatch while draw calls are drawing.

C#
public static class DrawCallManager

Inheritance object

Resumes rendering to RenderOutput with SadConsole’s default settings.

C#
public static void ResumeBatch(bool skipSetRenderTarget = false)

skipSetRenderTarget bool
When true, skips assinging RenderOutput as the render target.

Ends the SharedSpriteBatch so another can be started, perhaps with an effect.

C#
public static void InterruptBatch()