バージョン

menu_open
警告:あなたのメジャーリリース ( 2023.1.10.8659 ) に該当する最新ドキュメンテーションが表示されています。特定バージョンのドキュメンテーションにアクセスするには、Audiokinetic Launcherでオフラインドキュメンテーションをダウンロードし、Wwise AuthoringのOffline Documentationオプションにチェックを入れてください。
Wwise SDK 2023.1.10
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からはじめよう