Wwise SDK
ak.soundengine.setMultiplePositions Arguments Schema
Version
menu
link
|
Wwise SDK 2024.1.10
|
ak.soundengine.setMultiplePositions Arguments Schema
Schema
{
"type": "object",
"properties": {
"gameObject": {
"type": "integer",
"description": "Game Object identifier.\\n A game object ID, unsigned integer 64-bit.",
"minimum": 0,
"maximum": 18446744073709551615
},
"positions": {
"type": "array",
"maxItems": 65535,
"items": {
"type": "object",
"properties": {
"position": {
"type": "object",
"description": "A 3D position to set for the game object.",
"properties": {
"orientationFront": {
"type": "object",
"description": "Orientation of the listener.",
"properties": {
"x": {
"type": "number",
"description": "X Position."
},
"y": {
"type": "number",
"description": "Y Position."
},
"z": {
"type": "number",
"description": "Z Position."
}
},
"required": [
"x",
"y",
"z"
],
"additionalProperties": false
},
"orientationTop": {
"type": "object",
"description": "Top orientation of the listener.",
"properties": {
"x": {
"type": "number",
"description": "X Position."
},
"y": {
"type": "number",
"description": "Y Position."
},
"z": {
"type": "number",
"description": "Z Position."
}
},
"required": [
"x",
"y",
"z"
],
"additionalProperties": false
},
"position": {
"type": "object",
"description": "Position of the listener",
"properties": {
"x": {
"type": "number",
"description": "X Position."
},
"y": {
"type": "number",
"description": "Y Position."
},
"z": {
"type": "number",
"description": "Z Position."
}
},
"required": [
"x",
"y",
"z"
],
"additionalProperties": false
}
},
"required": [
"orientationFront",
"orientationTop",
"position"
],
"additionalProperties": false
}
},
"description": "Position",
"required": [
"position"
],
"additionalProperties": false
},
"description": "Array of positions to apply."
},
"multiPositionType": {
"type": "integer",
"minimum": 0,
"maximum": 2,
"description": "Uses values from AK::SoundEngine::MultiPositionType."
}
},
"required": [
"gameObject",
"positions",
"multiPositionType"
],
"additionalProperties": false
}
Was this page helpful?
Need Support?
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageTell 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 WwiseOn this page
menu