Interface IRendererMonoGame
MonoGame-specific renderer settings.
Namespace: SadConsole.Renderers
Assembly: SadConsole.Host.MonoGame.dll
Syntax
public interface IRendererMonoGame
Properties
CachedRenderRects
Cached set of rectangles used in rendering each cell.
Declaration
Rectangle[] CachedRenderRects { get; }
Property Value
Type | Description |
---|---|
Rectangle[] |
MonoGameBlendState
The blend state used by this renderer.
Declaration
BlendState MonoGameBlendState { get; set; }
Property Value
Type | Description |
---|---|
BlendState |