バージョン

menu_open
Wwise SDK 2021.1.14
ak.wwise.core.profiler.getRTPCs Result Schema

Schema

{
"type": "object",
"properties": {
"return": {
"type": "array",
"description": "Array of RTPCs.",
"items": {
"type": "object",
"description": "A RTPC associated with a playing voice. Use the return options to specify which property is required.",
"properties": {
"id": {
"type": "string",
"pattern": "^\\{[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}\\}$",
"description": "The ID (GUID) of the Game Parameter, LFO, Time, Envelope or MIDI Parameter object.\\n An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}."
},
"name": {
"type": "string",
"pattern": "^[a-zA-Z_]+[a-zA-Z_0-9()]*$",
"description": "The name of the Game Parameter, LFO, Time, Envelope or MIDI Parameter object.\\n The name of the object."
},
"gameObjectId": {
"type": "integer",
"description": "The Game Object associated with the RTPC scope, or AK_INVALID_GAME_OBJECT for global scope RTPCs.\\n A game object ID, unsigned integer 64-bit.",
"minimum": 0,
"maximum": 18446744073709551615
},
"value": {
"type": "number",
"description": "The value of the Game Parameter, LFO, Time, Envelope or MIDI Parameter at the cursor time."
}
},
"additionalProperties": false
}
}
},
"required": [
"return"
],
"additionalProperties": false
}

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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう