Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetSupportedIconKindsForPlatform(BuildTargetGroup)

BuildTargetGroup is marked for deprecation in the future. Use PlayerSettings.GetSupportedIconKinds instead.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Deprecated. Use GetSupportedIconKinds(NamedBuildTarget) instead
public static PlatformIconKind[] GetSupportedIconKindsForPlatform(BuildTargetGroup platform)

Parameters

Returns

Type

Description

PlatformIconKind[]

Remarks

Behavior is the same as PlayerSettings.GetSupportedIconKinds.