ResponseFileData

class in UnityEditor.Compilation

/

Implemented in:UnityEditor

Description 描述

Data class used for storing parsed response file data.

Properties 属性

DefinesArray of define symbols.
ErrorsError messages that occurred during parsing the response file.
FullPathReferencesArray of absolute path reference to assemblies that should be referenced to the assemblies.
OtherArgumentsAdditional compiler options written as is in the response file.
UnsafeWhere 'unsafe' code is allowed when compiling scripts.