版本

menu_open
Wwise SDK 2024.1.0
ak.wwise.ui.project.create 参数架构

架构

{
"type": "object",
"properties": {
"path": {
"type": "string",
"pattern": "\\.[Ww][Pp][Rr][Oo][Jj]$",
"description": "The path to the project WPROJ file. The path must use the same name for the WPROJ and the parent directory folder. For example: c:\\\\Projects\\\\MYPROJECT\\\\MYPROJECT.wproj. For using WAAPI on Mac, please refer to \\ref waapi_path_on_mac ."
},
"platforms": {
"anyOf": [
{
"type": "object",
"description": "One plateform create",
"properties": {
"name": {
"type": "string",
"pattern": "^[a-zA-Z_]+[a-zA-Z_0-9()]*$",
"description": "The name of the platform"
},
"basePlatform": {
"type": "string",
"pattern": "^[a-zA-Z_]+[a-zA-Z_0-9()]*$",
"description": "Base platform supported by Wwise SDK. Must have one of the these values: Android, iOS, Linux, Mac, Switch, PS4, PS5, Windows, XboxOne, or XboxSeriesX"
}
},
"required": [
"basePlatform"
],
"additionalProperties": false
},
{
"description": "Array of platforms to create",
"type": "array",
"items": {
"type": "object",
"description": "One plateform create",
"properties": {
"name": {
"type": "string",
"pattern": "^[a-zA-Z_]+[a-zA-Z_0-9()]*$",
"description": "The name of the platform"
},
"basePlatform": {
"type": "string",
"pattern": "^[a-zA-Z_]+[a-zA-Z_0-9()]*$",
"description": "Base platform supported by Wwise SDK. Must have one of the these values: Android, iOS, Linux, Mac, Switch, PS4, PS5, Windows, XboxOne, or XboxSeriesX"
}
},
"required": [
"basePlatform"
],
"additionalProperties": false
}
}
],
"description": "Specifies the platform or platforms supported by the new project. If not specified, only Windows is used."
},
"languages": {
"type": "array",
"items": {
"type": "string",
"description": "The name of the language."
},
"description": "Array of languages to creates for this project. If not specified, the English(US) language is created. When multiple languages are specified, the first one becomes the default language."
}
},
"required": [
"path"
],
"additionalProperties": false
}

此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅