Version: 2020.1
言語: 日本語

ScriptCompilerOptions

class in UnityEditor.Compilation

マニュアルに切り替える

説明

Compiler options passed to the script compiler.

変数

AllowUnsafeCodeAllow 'unsafe' code when compiling scripts.
ApiCompatibilityLevel ApiCompatibilityLevel for a given Assembly.
CodeOptimizationWhen enabled, performance optimizations are allowed for this assembly.
ResponseFilesArray of path to the response files that affects the current compilation.

コンストラクタ

ScriptCompilerOptionsCreates ScriptCompilerOptions with default values used for script compilation.