| Interface | Description | |
|---|---|---|
| IScreen | Interface for a screen which can be managed by the ScreenManager. |
| Class | Description | |
|---|---|---|
| BaseScreen | Most basic implementation of IScreen. | |
| ImageScreen | Simple screen to display an image. | |
| PlaceholderScreen | Simple placeholder screen which has a background fill and a caption in the top left. | |
| ScreenManager | A simple system for managing a game's UI. | |
| SplashScreen | Simple screen to display an image, and advance to another screen when the user clicks. |