Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParseResponseFile(string, string, string[])

Retrieves the ResponseFileData describing the content of the response file.
Read time 1 minuteLast updated 10 days ago

Definition

public static ResponseFileData ParseResponseFile(string relativePath, string projectDirectory, string[] systemReferenceDirectories)

Parameters

relativePath

The path to the response file to be parsed.

projectDirectory

The absolute path to the root of the Project directory in which the response file is located.

systemReferenceDirectories

Array of directories containing system reference libraries.

Returns

Type

Description

ResponseFileDataDescribes the content of the response file that was parsed. Errors, defines, etc.