バージョン

menu_open
Wwise SDK 2022.1.12
ak.wwise.core.profiler.getGameObjects 結果スキーマ

スキーマ

{
"type": "object",
"properties": {
"return": {
"type": "array",
"items": {
"type": "object",
"description": "The game object and its registration data.",
"properties": {
"id": {
"type": "integer",
"description": "The ID of the game object.\\n Unsigned Integer 64-bit.",
"minimum": 0,
"maximum": 18446744073709551615
},
"name": {
"type": "string",
"description": "The name of the game object."
},
"registrationTime": {
"type": "integer",
"description": "The time at which the game object was registered.\\n Integer 32-bit.",
"minimum": -2147483648,
"maximum": 2147483647
},
"unregistrationTime": {
"type": "integer",
"description": "The time at which the game object was unregistered.\\n Integer 32-bit.",
"minimum": -2147483648,
"maximum": 2147483647
}
}
},
"description": "An array of objects containing game object data."
}
},
"required": [
"return"
],
"additionalProperties": false
}

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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう