Version: 2018.2
public void SetCompileFlagsForFile (string targetGuid, string fileGuid, List<string> compileFlags);

パラメーター

targetGuid TargetGuidByName によって返される target の GUID
fileGuidThe GUID of the file.
compileFlagsThe list of compile flags or null if the flags should be unset.

説明

指定したターゲットにある、指定したファイルのコンパイル フラグを設定します。