Version: 2021.3
言語: 日本語
public static ManagedStrippingLevel GetManagedStrippingLevel (Build.NamedBuildTarget buildTarget);

パラメーター

buildTarget The NamedBuildTarget.

戻り値

ManagedStrippingLevel Returns the default ManagedStrippingLevel for the build target you select.

説明

Gets the managed code stripping level set for the build target you select


public static ManagedStrippingLevel GetManagedStrippingLevel (BuildTargetGroup targetGroup);

パラメーター

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

説明

BuildTargetGroup is marked for deprecation in the future. Use NamedBuildTarget instead.