Version

menu_open
Wwise SDK 2022.1.11
ak.soundengine.setListeners Arguments Schema

Schema

{
"type": "object",
"properties": {
"emitter": {
"type": "integer",
"description": "Emitter game object.\\n A game object ID, unsigned integer 64-bit.",
"minimum": 0,
"maximum": 18446744073709551615
},
"listeners": {
"type": "array",
"items": {
"type": "integer",
"description": "A game object ID, unsigned integer 64-bit.",
"minimum": 0,
"maximum": 18446744073709551615
},
"description": "Array of listener game object IDs. Game objects must have been previously registered."
}
},
"required": [
"emitter",
"listeners"
],
"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