IRendererMonoGame Interface
Definition
Section titled “Definition”MonoGame-specific renderer settings.
public interface IRendererMonoGameProperties
Section titled “Properties”MonoGameBlendState
Section titled “MonoGameBlendState”The blend state used by this renderer.
BlendState MonoGameBlendState { get; set; }CachedRenderRects
Section titled “CachedRenderRects”Cached set of rectangles used in rendering each cell.
Rectangle[] CachedRenderRects { get; }