SetIconsForTargetGroup
BuildTargetGroup is marked for deprecation in the future. Use PlayerSettings.SetIcons instead.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
SetIconsForTargetGroup(BuildTargetGroup, Texture2D[], IconKind)
BuildTargetGroup is marked for deprecation in the future. Use PlayerSettings.SetIcons instead.
public static void SetIconsForTargetGroup(BuildTargetGroup platform, Texture2D[] icons, IconKind kind)
Parameters
Remarks
Behavior is the same as PlayerSettings.SetIcons.
SetIconsForTargetGroup(BuildTargetGroup, Texture2D[])
BuildTargetGroup is marked for deprecation in the future. Use PlayerSettings.SetIcons instead.
public static void SetIconsForTargetGroup(BuildTargetGroup platform, Texture2D[] icons)
Parameters
Remarks
Behavior is the same as PlayerSettings.SetIcons.