Enum PlatformType
The platform the game is running.
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public enum PlatformType
Fields
Name | Description |
---|---|
Android | Running on Android. |
Linux | Running on Linux system. |
Mac | Running on Mac. |
PS4 | Running on PlayStation 4. |
PS5 | Running on PlayStation 5. |
Switch | Running on Switch. |
UWP | Running Windows Store App (Universal Windows Platform). |
Windows | Running on Windows. |
XboxOne | Running on Xbox One. |
XboxScarlett | Running on Xbox Series X. |