Enum PlatformMask
Specifies platform targets using a bitmask for flexible combinations.
Namespace: Serenity.SystemConfiguration.Domain.Enums
Assembly: Serenity.SystemConfiguration.Domain.dll
Syntax
public enum PlatformMask
Fields
| Name | Description |
|---|---|
| All | All platforms selected. |
| Android | Android platform. |
| Console | Console platforms (e.g., PlayStation, Xbox). |
| Editor | Editor platform. |
| None | No platforms selected. |
| Standalone | Standalone platforms (Windows, macOS, Linux). |
| WebGL | WebGL platform. |
| iOS | iOS platform. |