版本

menu_open
警告:系统已根据您所用大版本 (2024.1.2.8726) 自动跳转至最新文档。若想访问特定版本的文档,请从 Audiokinetic Launcher 下载离线文档,并在 Wwise 设计程序中勾选 Offline Documentation 选项。
Wwise SDK 2024.1.2
ak.soundengine.setMultiplePositions 参数架构

架构

{
"type": "object",
"properties": {
"gameObject": {
"type": "integer",
"description": "游戏对象标识符。\\n 游戏对象 ID,64 位无符号整数。",
"minimum": 0,
"maximum": 18446744073709551615
},
"positions": {
"type": "array",
"maxItems": 65535,
"items": {
"type": "object",
"properties": {
"position": {
"type": "object",
"description": "要为游戏对象设置的 3D 位置。",
"properties": {
"orientationFront": {
"type": "object",
"description": "听者的朝向。",
"properties": {
"x": {
"type": "number",
"description": "X 位置。"
},
"y": {
"type": "number",
"description": "Y 位置。"
},
"z": {
"type": "number",
"description": "Z 位置。"
}
},
"required": [
"x",
"y",
"z"
],
"additionalProperties": false
},
"orientationTop": {
"type": "object",
"description": "听者的顶部朝向。",
"properties": {
"x": {
"type": "number",
"description": "X 位置。"
},
"y": {
"type": "number",
"description": "Y 位置。"
},
"z": {
"type": "number",
"description": "Z 位置。"
}
},
"required": [
"x",
"y",
"z"
],
"additionalProperties": false
},
"position": {
"type": "object",
"description": "听者的位置。",
"properties": {
"x": {
"type": "number",
"description": "X 位置。"
},
"y": {
"type": "number",
"description": "Y 位置。"
},
"z": {
"type": "number",
"description": "Z 位置。"
}
},
"required": [
"x",
"y",
"z"
],
"additionalProperties": false
}
},
"required": [
"orientationFront",
"orientationTop",
"position"
],
"additionalProperties": false
}
},
"description": "Position",
"required": [
"position"
],
"additionalProperties": false
},
"description": "此数组中包含所要应用的位置。"
},
"multiPositionType": {
"type": "integer",
"minimum": 0,
"maximum": 2,
"description": "使用来自 <tt>AK::SoundEngine::MultiPositionType<\/tt> 的值。"
}
},
"required": [
"gameObject",
"positions",
"multiPositionType"
],
"additionalProperties": false
}

此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅