AppContextType Enum
Namespace: Stride.GamesAssembly: Stride.Graphics.dll
Type of a
public enum AppContextType
Fields
Name | Description |
---|---|
Android | Game running on Android in an AndroidStrideGameView. |
Desktop | Game running on desktop in a form or |
DesktopOpenTK | Game running on desktop in an OpenTK form. |
DesktopSDL | Game running on desktop in a SDL window. |
DesktopWpf | Game running on desktop in a WPF window through a D3DImage. |
iOS | Game running on iOS in a iPhoneOSGameView. |
UWPCoreWindow | Game running on UWP in a CoreWindow. |
UWPXaml | Game running on UWP in a Xaml SwapChainPanel. |