예제 #1
0
 static CompilationPipeline()
 {
     CompilationPipeline.SubscribeToEvents(EditorCompilationInterface.Instance);
 }
예제 #2
0
 public static string GetAssemblyDefinitionFilePathFromScriptPath(string sourceFilePath)
 {
     return(CompilationPipeline.GetAssemblyDefinitionFilePathFromScriptPath(EditorCompilationInterface.Instance, sourceFilePath));
 }
예제 #3
0
 public static string GetAssemblyDefinitionFilePathFromAssemblyName(string assemblyName)
 {
     return(CompilationPipeline.GetAssemblyDefinitionFilePathFromAssemblyName(EditorCompilationInterface.Instance, assemblyName));
 }
예제 #4
0
 public static Assembly[] GetAssemblies()
 {
     return(CompilationPipeline.GetAssemblies(EditorCompilationInterface.Instance));
 }