Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetManagedStrippingLevel

BuildTargetGroup is marked for deprecation in the future. Use NamedBuildTarget instead.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor

GetManagedStrippingLevel(BuildTargetGroup)

BuildTargetGroup is marked for deprecation in the future. Use NamedBuildTarget instead.
Warning
Deprecated. Use GetManagedStrippingLevel(NamedBuildTarget buildTarget) instead
public static ManagedStrippingLevel GetManagedStrippingLevel(BuildTargetGroup targetGroup)

Parameters

targetGroup

The target platform group whose code stripping level you want to retrieve.

Returns

Type

Description

ManagedStrippingLevel

GetManagedStrippingLevel(NamedBuildTarget)

Gets the managed code stripping level set for the build target you select
public static ManagedStrippingLevel GetManagedStrippingLevel(NamedBuildTarget buildTarget)

Parameters

Returns

Type

Description

ManagedStrippingLevelReturns the default ManagedStrippingLevel for the build target you select.