PlatformType Enum
Namespace: Stride.CoreAssembly: Stride.Core.dll
Describes the platform operating system.
[DataContract("PlatformType")]
public enum PlatformType
Fields
Name | Description |
---|---|
Android | The android OS. |
iOS | The iOS. |
Linux | The Linux OS. |
macOS | macOS |
Shared | This is shared across platforms |
UWP | The Universal Windows Platform (UWP). |
Windows | The windows desktop OS. |
Windows10 | The Universal Windows Platform (UWP). Please use UWP intead. |