ResponseFileData
Data class used for storing parsed response file data.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
public class ResponseFileData
Fields
Value | Description |
|---|---|
| Defines | Array of define symbols. |
| Errors | Error messages that occurred during parsing the response file. |
| FullPathReferences | Array of absolute path reference to assemblies that should be referenced to the assemblies. |
| OtherArguments | Additional compiler options written as is in the response file. |
| Unsafe | Where 'unsafe' code is allowed when compiling scripts. |