Version: 2017.4
public List<string> GetCompileFlagsForFile (string targetGuid, string fileGuid);

パラメーター

targetGuid[[TargetGuidByName()]] によって取得できる target の GUID
fileGuidThe GUID of the file.

戻り値

List<string> 指定したファイルのコンパイル フラグ

説明

Returns compile flags set for the specific file on a given target.

Null is returned if the file has no configured compile flags or the file is not configured for building on the given target.