Version: 2021.3
언어: 한국어

ScriptCompilerOptions

class in UnityEditor.Compilation

매뉴얼로 전환

설명

Compiler options passed to the script compiler.

변수

AdditionalCompilerArgumentsAdditional compiler arguments.
AllowUnsafeCodeAllow 'unsafe' code when compiling scripts.
ApiCompatibilityLevel ApiCompatibilityLevel for a given Assembly.
CodeOptimizationIndicates whether performance optimization is enabled for the assembly
LanguageVersionString representation of the language version being used to compile the current Assembly.
ResponseFilesArray of path to the response files that affects the current compilation.
RoslynAnalyzerDllPathsStores the paths to the .dll files.
RoslynAnalyzerRulesetPathStores the path to the Roslyn ruleset file.

생성자

ScriptCompilerOptionsCreates ScriptCompilerOptions with default values used for script compilation.