Version: 2019.3
public string BuildConfigByName (string targetGuid, string name);

パラメーター

targetGuid TargetGuidByName によって返される target の GUID
nameビルド設定の名前

戻り値

string ビルド設定の GUID を返します。もし存在しない場合は null を返します。

説明

Returns the GUID of build configuration with the given name for the specific target.

Null is returned if such configuration does not exist.