手册
脚本 API
unity3d.com
Version:
5.6
2020.2
2020.1
2019.4
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
包含此页的版本:
不含此页的版本:
受支持
旧版
手册
脚本 API
语言:
中文
English
中文
日本語
Español
한국어
Русский
脚本 API
Version:
5.6
2020.2
2020.1
2019.4
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
包含此页的版本:
不含此页的版本:
受支持
旧版
PBXProject
.AddBuildPropertyForConfig
切换到手册
public void
AddBuildPropertyForConfig
(string
configGuid
, string
name
, string
value
);
参数
configGuid
The GUID of the build configuration as returned by BuildConfigByName().
name
构建属性的名称。
value
构建属性的值。
configGuids
构建配置的 GUID 数组。
描述
Adds a value to build property for the specific build configuration.