Enum TargetPlatform
Identifiers for the target platform.
[TypeConverter(typeof(TargetPlatformTypeConverter))]
public enum TargetPlatform
Fields
Android = 3Android-based devices (MonoGame)
DesktopGL = 4All desktop versions using OpenGL. (MonoGame)
DesktopVK = 13All desktop versions using Vulkan.
MacOSX = 5Apple Mac OSX-based devices (iMac, MacBook, MacBook Air, etc) (MonoGame)
NativeClient = 6Google Chrome Native Client (MonoGame)
PlayStation4 = 8Sony PlayStation4
PlayStation5 = 9Sony PlayStation5
RaspberryPi = 7Raspberry Pi (MonoGame)
Switch = 11Nintendo Switch
Web = 12WebAssembly and Bridge.NET
Windows = 0All desktop versions of Windows using DirectX.
WindowsGDK = 14Windows GDK
Xbox360 = 1Xbox 360 video game and entertainment system
XboxOne = 10Xbox One
XboxSeries = 15Xbox Series
iOS = 2Apple iOS-based devices (iPod Touch, iPhone, iPad) (MonoGame)