Enum Platform
Bitwise flag enum for the runtime platform. Setting a platform bit to 0 includes it as a supported platform.
Namespace: QFSW.QC
Assembly: QFSW.QC.dll
Syntax
[Flags]
public enum Platform : long
Fields
| Name | Description |
|---|---|
| AllPlatforms | |
| Android | |
| BlackBerryPlayer | |
| BuildPlatforms | |
| EditorPlatforms | |
| FlashPlayer | |
| IPhonePlayer | |
| LinuxEditor | |
| LinuxPlayer | |
| Lumin | |
| MetroPlayerARM | |
| MetroPlayerX64 | |
| MetroPlayerX86 | |
| MobilePlatforms | |
| NaCl | |
| None | |
| OSXDashboardPlayer | |
| OSXEditor | |
| OSXPlayer | |
| OSXWebPlayer | |
| PS3 | |
| PS4 | |
| PSM | |
| PSP2 | |
| SamsungTVPlayer | |
| Stadia | |
| Switch | |
| TizenPlayer | |
| tvOS | |
| WebGLPlayer | |
| WiiU | |
| WindowsEditor | |
| WindowsPlayer | |
| WindowsWebPlayer | |
| WP8Player | |
| WSAPlayerARM | |
| WSAPlayerX64 | |
| WSAPlayerX86 | |
| XBOX360 | |
| XboxOne |