IsPlatformEnabled(RuntimePlatform)
Returns whether a specific platform is enabled.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Advertisements
- Assembly: UnityEditor.CoreModule
public static bool IsPlatformEnabled(RuntimePlatform platform)
Parameters
The platform to check.
Returns
Type | Description |
|---|---|
| bool | Boolean for the platform. |