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.