GetAssemblyDefinitionFilePathFromAssemblyName(string)
Returns the assembly definition file path from an assembly name. Returns null if there is no assembly definition file for the given assembly name.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
public static string GetAssemblyDefinitionFilePathFromAssemblyName(string assemblyName)
Parameters
Assembly name.
Returns
Type | Description |
|---|---|
| string | File path of assembly definition file. |