Skip to content

SadConsole.Renderers

ControlHostRenderStepDraws a ControlHost.
CursorRenderStepRenders a cursor.
EntityRenderStepDraws the entities of a EntityManager.
LayeredRendererDraws a LayeredSurface object by adding a LayeredSurfaceRenderStep to the Steps collection. Skips drawing the normal surface.
LayeredSurfaceRenderStepDraws a IScreenSurface object.
OptimizedScreenSurfaceRendererDraws a IScreenSurface with tint. Doesn’t allow render steps.
OutputSurfaceRenderStepA render step that draws the _backingTexture texture.
RenderStepComparerCompares IRenderStep with the SortOrder property.
ScreenSurfaceRendererDraws a IScreenSurface.
SurfaceDirtyCellsRenderStepDraws a IScreenSurface object.
SurfaceRenderStepDraws a IScreenSurface object.
TintSurfaceRenderStepRenders a tint on top of where the output texture is drawn.
WindowRenderStepRenders the dimmed background screen when a window is modal.
WindowRendererDraws a Window object by adding a WindowRenderStep to the Steps collection.
ILayeredDataProvides the methods and properties used by the LayeredSurface renderer.
IRenderStepA rendering step processed by an IRenderer.
IRenderStepTextureIndicates the render step has an associated texture.
IRendererDraws a surface.
IRendererMonoGameMonoGame-specific renderer settings.
IWindowDataProvides the methods and properties used by the Window renderer.