Class PlatformType
The platform the game is running.
Inheritance
System.Object
PlatformType
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class PlatformType : Enum
Fields
Android
iOS
Running on iPhone.
Declaration
[EditorDisplay(null, "iOS")]
public const PlatformType iOS
Field Value
PlatformType
|
Linux
Mac
PS4
Running on PlayStation 4.
Declaration
[EditorDisplay(null, "PS4")]
public const PlatformType PS4
Field Value
PlatformType
|
PS5
Running on PlayStation 5.
Declaration
[EditorDisplay(null, "PS5")]
public const PlatformType PS5
Field Value
PlatformType
|
Switch
UWP
Running Windows Store App (Universal Windows Platform).
Declaration
[EditorDisplay(null, "UWP")]
public const PlatformType UWP
Field Value
PlatformType
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Windows
XboxOne
XboxScarlett
Running on Xbox Series X.
Declaration
public const PlatformType XboxScarlett
Field Value
PlatformType
|