DrawCallManager Class
Definition
Section titled “Definition”Helps manage the SharedSpriteBatch while draw calls are drawing.
public static class DrawCallManagerInheritance object
Methods
Section titled “Methods”ResumeBatch(bool)
Section titled “ResumeBatch(bool)”Resumes rendering to RenderOutput with SadConsole’s default settings.
public static void ResumeBatch(bool skipSetRenderTarget = false)Parameters
Section titled “Parameters”skipSetRenderTarget bool
When true, skips assinging RenderOutput as the render target.
InterruptBatch()
Section titled “InterruptBatch()”Ends the SharedSpriteBatch so another can be started, perhaps with an effect.
public static void InterruptBatch()