Version: 2021.2
언어: 한국어

PlayerSettings.GetAdditionalCompilerArgumentsForGroup

매뉴얼로 전환
public static string[] GetAdditionalCompilerArgumentsForGroup (BuildTargetGroup targetGroup);

파라미터

targetGroup The BuildTargetGroup to get the compiler arguments for.

반환

string[] Returns an array with the compiler arguments associated with a BuildTargetGroup.

설명

BuildTargetGroup is marked for deprecation in the future. Use PlayerSettings.GetAdditionalCompilerArguments instead.

Gets an array of additional compiler arguments set for a specific BuildTargetGroup.

See Also: AdditionalCompilerArguments.