Enum PlatformType
Defines the platform Stride is running on.
[DataContract("PlatformType")]
public enum PlatformType
- Extension Methods
Fields
Android = 2The Android operating system for mobile devices and tablets.
Linux = 5The Linux operating system, typically used for servers and desktops.
This is shared across platforms
UWP = 4The Universal Windows Platform (UWP) for applications that run on Windows 10 and later devices, and XBox gaming consoles.
Windows = 1The Windows operating system for desktop applications.
iOS = 3The iOS operating system for Apple mobile devices such as iPhone and iPad.
macOS = 6The 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.