スキーマ
{
"type": "object",
"properties": {
"result": {
"type": "number",
"description": "SoundBank生成処理のexit code。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. SoundBank Generationの最中に表示されるほとんどのメッセージは、重大度をWwiseのProject Settings > Logsで変更できます。メッセージの重大度を変更すると、リターンコードに影響します。\\n WwiseConsole.exeのexit codeの意味は、0は成功、1は1つ以上のエラー発生(警告があることも)、2は警告だけです。"
}
},
"required": [
"result"
],
"additionalProperties": false
}