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.
public static ManagedStrippingLevel GetManagedStrippingLevel(BuildTargetGroup targetGroup)
Parameters
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
The NamedBuildTarget.
Returns
Type | Description |
|---|---|
| ManagedStrippingLevel | Returns the default ManagedStrippingLevel for the build target you select. |