Enum AppContextType
Defines the type of a GameContext, which usually determines the platform, or
a combination of platform and UI/presentation framework.
public enum AppContextType
- Extension Methods
Fields
Android = 3The
Gameruns on an Android device in anAndroidStrideGameView.[Obsolete("Use DesktopWinForms instead.")] Desktop = 0Alias for DesktopWinForms.
DesktopSDL = 1The
Gameruns on desktop in a SDL window.DesktopWPF = 2The
Gameruns on desktop in a WPF window through aD3DImage.DesktopWinForms = 0The
Gameruns on desktop in a Windows Forms'FormorControl.[Obsolete("Use DesktopWPF instead.")] DesktopWpf = 2Alias for DesktopWPF.
Headless = 7The
Gameruns in headless mode without a window or display. Used for automated testing with software renderers (e.g. Lavapipe).UWPCoreWindow = 5The
Gameruns on UWP (Universal Windows Platform) in aCoreWindow.UWPXaml = 4The
Gameruns on UWP (Universal Windows Platform) in a XamlSwapChainPanel.iOS = 6The
Gameruns on an iOS device in aniPhoneOSGameView.