Class DrawCallManager
Helps manage the SharedSpriteBatch while draw calls are drawing.
Inherited Members
Namespace: SadConsole.DrawCalls
Assembly: SadConsole.Host.MonoGame.dll
Syntax
public static class DrawCallManager
Methods
InterruptBatch()
Ends the SharedSpriteBatch so another can be started, perhaps with an effect.
Declaration
public static void InterruptBatch()
ResumeBatch()
Resumes rendering to RenderOutput with SadConsole's default settings.
Declaration
public static void ResumeBatch()