GetInstalledPlatformModules()
Gets a list of all installed platforms.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Build.Profile
- Assembly: UnityEditor.CoreModule
public static IReadOnlyList<InstalledPlatformInfo> GetInstalledPlatformModules()
Returns
Type | Description |
|---|---|
| IReadOnlyList<InstalledPlatformInfo> | InstalledPlatformInfo collection. |