Version

menu_open
Wwise SDK 2021.1.14
ak.soundengine.setGameObjectOutputBusVolume Arguments Schema

Schema

{
"type": "object",
"properties": {
"emitter": {
"type": "integer",
"description": "Associated emitter game object ID.\\n A game object ID, unsigned integer 64-bit.",
"minimum": 0,
"maximum": 18446744073709551615
},
"listener": {
"type": "integer",
"description": "Associated listener game object ID.\\n A game object ID, unsigned integer 64-bit.",
"minimum": 0,
"maximum": 18446744073709551615
},
"controlValue": {
"type": "number",
"description": "A multiplier where 0 means silence and 1 means no change. Therefore, values between 0 and 1 attenuate the sound, and values greater than 1 amplify it."
}
},
"required": [
"emitter",
"listener",
"controlValue"
],
"additionalProperties": false
}

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise