Name |
Description |
Cell |
|
CellAppearance |
|
ColoredString |
|
DoubleAnimation |
|
Engine |
|
EngineGameComponent |
A game component to handle the SadConsole engine initialization, update, and drawing. |
FPSCounterComponent |
A component to draw how many frames per second the engine is performing at. |
Font |
|
FontMaster |
|
GameTime |
|
MathHelper |
|
PositionedCell |
|
PrimitiveStatic |
Static primitives for compatibility with other rendering engines (monogame, sfml) |
SadConsoleGame |
A MonoGame Game instance that runs SadConsole. This is used when you don't provide one and call Engine.Initialize(string, int, int). |