C# Class UnityEditor.Scripting.Compilers.UnityScriptCompiler

Inheritance: MonoScriptCompilerBase
Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
UnityScriptCompiler ( MonoIsland island, bool runUpdater ) : System

Protected Methods

Method Description
CreateOutputParser ( ) : CompilerOutputParserBase
GetStreamContainingCompilerMessages ( ) : string[]
StartCompiler ( ) : Program

Private Methods

Method Description
StrictBuildTarget ( ) : bool

Method Details

CreateOutputParser() protected method

protected CreateOutputParser ( ) : CompilerOutputParserBase
return CompilerOutputParserBase

GetStreamContainingCompilerMessages() protected method

protected GetStreamContainingCompilerMessages ( ) : string[]
return string[]

StartCompiler() protected method

protected StartCompiler ( ) : Program
return Program

UnityScriptCompiler() public method

public UnityScriptCompiler ( MonoIsland island, bool runUpdater ) : System
island UnityEditor.Scripting.MonoIsland
runUpdater bool
return System