Table of Contents

Enum PlatformType

Namespace
Stride.Core
Assembly
Stride.Core.dll

Describes the platform operating system.

[DataContract("PlatformType")]
public enum PlatformType

Fields

Android = 2

The android OS.

Linux = 5

The Linux OS.

Shared = 0

This is shared across platforms

UWP = 4

The Universal Windows Platform (UWP).

Windows = 1

The windows desktop OS.

iOS = 3

The iOS.

macOS = 6

macOS