GetSupportedIconKinds(NamedBuildTarget)
Retrieves all PlatformIconKind values supported by the specified build target.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static PlatformIconKind[] GetSupportedIconKinds(NamedBuildTarget buildTarget)
Parameters
The NamedBuildTarget.
Returns
Type | Description |
|---|---|
| PlatformIconKind[] |
Remarks
Additional Resources: PlayerSettings.GetPlatformIcons, PlayerSettings.SetPlatformIcons, PlayerSettings.GetSupportedIconKindsForPlatform (deprecated overload).