menu
 
バージョン
2024.1.6.8842

2024.1.6.8842

2023.1.14.8770

2022.1.19.8584

2021.1.14.8108

2019.2.15.7667

2019.1.11.7296

2018.1.11.6987

2017.2.10.6745

2017.1.9.6501

2016.2.6.6153

2015.1.9.5624

menu

Wwise SDK 2024.1.6
ak.soundengine.setPosition 引数スキーマ

スキーマ

{
"type": "object",
"properties": {
"gameObject": {
"type": "integer",
"description": "Game Objectの識別子。\\n ゲームオブジェクトID、符号なし整数64-bit。",
"minimum": 0,
"maximum": 18446744073709551615
},
"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
}
},
"required": [
"gameObject",
"position"
],
"additionalProperties": false
}

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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう