Table of Contents

Enum PlatformType

Namespace
Stride.Core
Assembly
Stride.Core.dll

Defines the platform Stride is running on.

[DataContract("PlatformType")]
public enum PlatformType
Extension Methods

Fields

Android = 2

The Android operating system for mobile devices and tablets.

Linux = 5

The Linux operating system, typically used for servers and desktops.

Shared = 0

This is shared across platforms

UWP = 4

The Universal Windows Platform (UWP) for applications that run on Windows 10 and later devices, and XBox gaming consoles.

Windows = 1

The Windows operating system for desktop applications.

iOS = 3

The iOS operating system for Apple mobile devices such as iPhone and iPad.

macOS = 6

The macOS operating system for Apple desktop and laptop computers.

Remarks

The platform can define the target operating system or environment where the application is running.