Version: 2021.3
言語: 日本語

ScriptCompilerOptions

class in UnityEditor.Compilation

マニュアルに切り替える

説明

Compiler options passed to the script compiler.

変数

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.

コンストラクタ

ScriptCompilerOptionsCreates ScriptCompilerOptions with default values used for script compilation.