Property | Type | Description | |
---|---|---|---|
_island |
Method | Description | |
---|---|---|
BeginCompiling ( ) : void | ||
Dispose ( ) : void | ||
GetCompilerMessages ( ) : UnityEditor.Scripting.Compilers.CompilerMessage[] | ||
Poll ( ) : bool |
Method | Description | |
---|---|---|
AddCustomResponseFileIfPresent ( List |
||
CompilationHadFailure ( ) : bool | ||
CompilingForWSA ( ) : bool | ||
CreateOutputParser ( ) : |
||
GenerateResponseFile ( List |
||
GetErrorOutput ( ) : string[] | ||
GetStandardOutput ( ) : string[] | ||
GetStreamContainingCompilerMessages ( ) : string[] | ||
PrepareFileName ( string fileName ) : string | ||
ScriptCompilerBase ( |
||
StartCompiler ( ) : Program |
Method | Description | |
---|---|---|
DumpStreamOutputToLog ( ) : void |
protected AddCustomResponseFileIfPresent ( List |
||
arguments | List |
|
responseFileName | string | |
return | bool |
protected abstract CreateOutputParser ( ) : |
||
return |
protected GenerateResponseFile ( List |
||
arguments | List |
|
return | string |
public GetCompilerMessages ( ) : UnityEditor.Scripting.Compilers.CompilerMessage[] | ||
return | UnityEditor.Scripting.Compilers.CompilerMessage[] |
protected GetStreamContainingCompilerMessages ( ) : string[] | ||
return | string[] |
protected static PrepareFileName ( string fileName ) : string | ||
fileName | string | |
return | string |
protected ScriptCompilerBase ( |
||
island | ||
return | System |
protected abstract StartCompiler ( ) : Program | ||
return | Program |