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