Namespace SadConsole.Renderers
Classes
ControlHostRenderStep
Draws a ControlHost.
CursorRenderStep
Renders a cursor.
EntityRenderStep
Draws the entities of a EntityManager.
LayeredRenderer
Draws a LayeredSurface object by adding a LayeredSurfaceRenderStep to the Steps collection. Skips drawing the normal surface.
LayeredSurfaceRenderStep
Draws a IScreenSurface object.
OptimizedScreenSurfaceRenderer
Draws a IScreenSurface with tint. Doesn't allow render steps.
OutputSurfaceRenderStep
A render step that draws the _backingTexture texture.
RenderStepComparer
Compares IRenderStep with the SortOrder property.
ScreenSurfaceRenderer
Draws a IScreenSurface.
SurfaceDirtyCellsRenderStep
Draws a IScreenSurface object.
SurfaceRenderStep
Draws a IScreenSurface object.
TintSurfaceRenderStep
Renders a tint on top of where the output texture is drawn.
WindowRenderStep
Renders the dimmed background screen when a window is modal.
WindowRenderer
Draws a Window object by adding a WindowRenderStep to the Steps collection.
Interfaces
ILayeredData
Provides the methods and properties used by the LayeredSurface renderer.
IRenderStep
A rendering step processed by an IRenderer.
IRenderStepTexture
Indicates the render step has an associated texture.
IRenderer
Draws a surface.
IRendererMonoGame
MonoGame-specific renderer settings.
IWindowData
Provides the methods and properties used by the Window renderer.