GetAssemblyDefinitionFilePathFromScriptPath(string)
Returns the assembly definition file path for a source (script) path. Returns null if there is no assembly definition file for the given script path.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
public static string GetAssemblyDefinitionFilePathFromScriptPath(string sourceFilePath)
Parameters
Source (script) file path.
Returns
Type | Description |
|---|---|
| string | File path of assembly definition file. |