Table of Contents

Enum MonoGamePlatform

Namespace
MonoGame.Framework.Utilities
Assembly
MonoGame.Framework.dll

Type of the underlying game platform.

public enum MonoGamePlatform

Fields

Android = 0

Android platform.

DesktopGL = 3

Cross platform desktop using OpenGL.

DesktopVK = 12

Cross platform desktop using Vulkan.

NintendoSwitch = 11

Nintendo Switch platform.

PlayStation4 = 9

PlayStation 4 platform.

PlayStation5 = 10

PlayStation 5 platform.

WebGL = 5

WebGL platform.

Windows = 4

Windows platform using DirectX 11.

WindowsDX12 = 7

Windows platform using DirectX 12.

XboxOne = 6

Xbox One platform.

XboxSeries = 8

Xbox Series X|S platform.

iOS = 1

iOS platform.

tvOS = 2

tvOS platform.