C# 클래스 UnityEditor.Scripting.Compilers.BooCompiler

상속: MonoScriptCompilerBase
파일 보기 프로젝트 열기: randomize/VimConfig

공개 메소드들

메소드 설명
BooCompiler ( MonoIsland island, bool runUpdater ) : System

보호된 메소드들

메소드 설명
CreateOutputParser ( ) : CompilerOutputParserBase
StartCompiler ( ) : Program

메소드 상세

BooCompiler() 공개 메소드

public BooCompiler ( MonoIsland island, bool runUpdater ) : System
island UnityEditor.Scripting.MonoIsland
runUpdater bool
리턴 System

CreateOutputParser() 보호된 메소드

protected CreateOutputParser ( ) : CompilerOutputParserBase
리턴 CompilerOutputParserBase

StartCompiler() 보호된 메소드

protected StartCompiler ( ) : Program
리턴 Program