バージョン

menu_open
Wwise SDK 2024.1.0
ak.wwise.debug.getWalTree 結果スキーマ

スキーマ

{
"type": "object",
"properties": {
"return": {
"description": "Result returned by the dump of WAL",
"type": "object",
"properties": {
"nodes": {
"type": "object",
"description": "Nodes in the WALTree",
"additionalProperties": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the node"
},
"id": {
"type": "number",
"description": "Short ID of the node"
},
"type": {
"type": "string",
"description": "Type of the node"
}
},
"required": [
"name",
"id",
"type"
]
}
}
}
}
},
"required": [
"return"
],
"additionalProperties": false
}

このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう