C# (CSharp) FarseerPhysics.Samples.ScreenSystem Namespace

Classes

Name Description
BackgroundScreen The background screen sits behind all the other menu screens. It draws a background image that remains fixed in place regardless of whatever transitions the screens on top of it may be doing.
Camera2D
DescriptionBoxScreen A popup message box screen, used to display "are you sure?" confirmation messages.
FrameRateCounter Displays the FPS
GameScreen A screen is a single layer that has update and draw logic, and which can be combined with other layers to build up a complex menu system. For instance the main menu, the options menu, the "are you sure you want to quit" message box, and the main game itself are all implemented as screens.
InputHelper
LogoScreen
MenuButton Helper class represents a single entry in a MenuScreen. By default this just draws the entry text string, but it can be customized to display menu entries in different ways. This also provides an event that will be raised when the menu entry is selected.
MenuEntry Helper class represents a single entry in a MenuScreen. By default this just draws the entry text string, but it can be customized to display menu entries in different ways. This also provides an event that will be raised when the menu entry is selected.
MenuScreen Base class for screens that contain a menu of options. The user can move up and down to select an entry, or cancel to back out of the screen.
MenuSlider
MessageBoxScreen A popup message box screen, used to display "are you sure?" confirmation messages.
OptionEntry Helper class represents a single entry in a OptionScreen.
OptionsScreen Base class for screens that contain a menu of options. The user can move up and down to select an entry, or cancel to back out of the screen.
PhysicsDemoScreen
PhysicsGameScreen
ScreenManager The screen manager is a component which manages one or more GameScreen instances. It maintains a stack of screens, calls their Update and Draw methods at the appropriate times, and automatically routes input to the topmost active screen.
VirtualStick