Enum MonoGamePlatform
Type of the underlying game platform.
public enum MonoGamePlatform
Fields
Android = 0Android platform.
DesktopGL = 3Cross platform desktop using OpenGL.
DesktopVK = 12Cross platform desktop using Vulkan.
NintendoSwitch = 11Nintendo Switch platform.
PlayStation4 = 9PlayStation 4 platform.
PlayStation5 = 10PlayStation 5 platform.
WebGL = 5WebGL platform.
Windows = 4Windows platform using DirectX 11.
WindowsDX12 = 7Windows platform using DirectX 12.
XboxOne = 6Xbox One platform.
XboxSeries = 8Xbox Series X|S platform.
iOS = 1iOS platform.
tvOS = 2tvOS platform.