Class LayeredRenderer
Draws a LayeredSurface object by adding a LayeredSurfaceRenderStep to the Steps collection. Skips drawing the normal surface.
Inherited Members
Namespace: SadConsole.Renderers
Assembly: SadConsole.Host.MonoGame.dll
Syntax
public sealed class LayeredRenderer : ScreenSurfaceRenderer, IRenderer, IDisposable, IRendererMonoGame
Constructors
LayeredRenderer()
Declaration
public LayeredRenderer()
Methods
AddDefaultSteps()
Adds the render steps this renderer uses.
Declaration
protected override void AddDefaultSteps()