架构
{
"type": "object",
"properties": {
"result": {
"type": "number",
"description": "SoundBank 生成操作的进程退出代码。Although your SoundBanks might generate properly with warnings, it is strongly recommended that you consider these warnings as errors. 比如,在缺少源文件时,WwiseConsole.exe 会返回错误代码。Although a missing source file does not prevent your SoundBanks from being generated, the resulting SoundBanks might potentially be incomplete. 您可以在 Wwise 中依次转到 Project Settings > Logs,来更改 SoundBank 生成期间遇到的大部分消息的严重性。更改消息的严重性会影响返回代码。\\n WwiseConsole.exe 退出代码为 0 表示成功,为 1 表示至少出现了一项错误并可能出现了警告,为 2 表示仅出现了警告。"
}
},
"required": [
"result"
],
"additionalProperties": false
}