Version: 2021.3
언어: 한국어

PlayerSettings.GetManagedStrippingLevel

매뉴얼로 전환
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.