Namespace SadConsole.Host
Classes
Game
A MonoGame Microsoft.Xna.Framework.Game instance that runs SadConsole.
Game.ClearScreenGameComponent
A MonoGame component that clears the screen with the ClearColor color.
Game.FPSCounterComponent
A component to draw how many frames per second the engine is performing at.
Game.SadConsoleGameComponent
A game component that handles updating, input, and rendering of SadConsole.
GameTexture
Creates a Microsoft.Xna.Framework.Graphics.Texture2D. Generally you request this from the GetTexture(string) method.
Global
Global variables used by the MonoGame host.
Settings
A settings class usually used when creating the host object.