Enum AppContextType
Type of a GameContext.
public enum AppContextType
Fields
Android = 3Game running on Android in an AndroidStrideGameView.
Desktop = 0Game running on desktop in a form or System.Windows.Forms Control.
DesktopSDL = 1Game running on desktop in a SDL window.
DesktopWpf = 2Game running on desktop in a WPF window through a D3DImage.
UWPCoreWindow = 5Game running on UWP in a CoreWindow.
UWPXaml = 4Game running on UWP in a Xaml SwapChainPanel.
iOS = 6Game running on iOS in a iPhoneOSGameView.