Version: 1.1
LanguageEnglish
  • C#

ScriptCompilerOptions

class in UnityEditor.Compilation

Description

Compiler options passed to the script compiler.

Properties

AdditionalCompilerArgumentsAdditional compiler arguments.
AllowUnsafeCodeAllow 'unsafe' code when compiling scripts.
AnalyzerConfigPathStores the path to the Roslyn global config file.
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.
RoslynAdditionalFilePathsStores the paths to the Roslyn Analyzer additional files.
RoslynAnalyzerDllPathsStores the paths to the .dll files.
RoslynAnalyzerRulesetPathStores the path to the Roslyn ruleset file.

Constructors

ScriptCompilerOptionsCreates ScriptCompilerOptions with default values used for script compilation.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答