Version: 2022.2
언어: 한국어

ScriptCompilerOptions.AdditionalCompilerArguments

매뉴얼로 전환
public string[] AdditionalCompilerArguments ;

설명

Additional compiler arguments.

Compiler arguments must be preceded by a dash (-) or a slash (/).

To get a list of available compiler arguments, see Microsoft's official documentation on compiler options.

Example: -nowarn:1234 or /nowarn:1234.