Enum MonoGamePlatform
Type of the underlying game platform.
public enum MonoGamePlatform
Fields
Android = 0MonoGame Android platform.
DesktopGL = 3MonoGame cross platform desktop OpenGL platform.
DesktopVK = 12All desktop versions using Vulkan.
NintendoSwitch = 11MonoGame Nintendo Switch platform.
PlayStation4 = 9MonoGame PlayStation 4 platform.
PlayStation5 = 10MonoGame PlayStation 5 platform.
WebGL = 5MonoGame WebGL platform.
Windows = 4MonoGame Win32 Windows platform.
WindowsGDK = 7MonoGame Windows GDK platform.
XboxOne = 6MonoGame Xbox One platform.
XboxSeries = 8MonoGame Xbox Series platform.
iOS = 1MonoGame iOS platform.
tvOS = 2MonoGame tvOS platform.