Свойство | Тип | Описание | |
---|---|---|---|
_island |
Метод | Описание | |
---|---|---|
BeginCompiling ( ) : void | ||
Dispose ( ) : void | ||
GetCompilerMessages ( ) : UnityEditor.Scripting.Compilers.CompilerMessage[] | ||
Poll ( ) : bool |
Метод | Описание | |
---|---|---|
AddCustomResponseFileIfPresent ( List |
||
CompilationHadFailure ( ) : bool | ||
CompilingForWSA ( ) : bool | ||
CreateOutputParser ( ) : |
||
GenerateResponseFile ( List |
||
GetErrorOutput ( ) : string[] | ||
GetStandardOutput ( ) : string[] | ||
GetStreamContainingCompilerMessages ( ) : string[] | ||
PrepareFileName ( string fileName ) : string | ||
ScriptCompilerBase ( |
||
StartCompiler ( ) : Program |
Метод | Описание | |
---|---|---|
DumpStreamOutputToLog ( ) : void |
protected AddCustomResponseFileIfPresent ( List |
||
arguments | List |
|
responseFileName | string | |
Результат | bool |
protected abstract CreateOutputParser ( ) : |
||
Результат |
protected GenerateResponseFile ( List |
||
arguments | List |
|
Результат | string |
public GetCompilerMessages ( ) : UnityEditor.Scripting.Compilers.CompilerMessage[] | ||
Результат | UnityEditor.Scripting.Compilers.CompilerMessage[] |
protected GetStreamContainingCompilerMessages ( ) : string[] | ||
Результат | string[] |
protected static PrepareFileName ( string fileName ) : string | ||
fileName | string | |
Результат | string |
protected ScriptCompilerBase ( |
||
island | ||
Результат | System |
protected abstract StartCompiler ( ) : Program | ||
Результат | Program |