CompilationPipeline.GetPrecompiledAssemblyPaths
public static string[] GetPrecompiledAssemblyPaths(Compilation.CompilationPipeline.PrecompiledAssemblySources precompiledAssemblySources);
Parameters
| precompiledAssemblySources | Determines which assembly paths will be returned. |
Returns
string[] An array of paths to precompiled assemblies.
Description 描述
Returns the paths to the precompiled assemblies which are included when building editor assemblies and match any of the given PrecompiledAssemblySources.