ParseResponseFile(string, string, string[])
Retrieves the ResponseFileData describing the content of the response file.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
public static ResponseFileData ParseResponseFile(string relativePath, string projectDirectory, string[] systemReferenceDirectories)
Parameters
Returns
Type | Description |
|---|---|
| ResponseFileData | Describes the content of the response file that was parsed. Errors, defines, etc. |