バージョン

menu_open
警告:あなたのメジャーリリース ( 2024.1.2.8726 ) に該当する最新ドキュメンテーションが表示されています。特定バージョンのドキュメンテーションにアクセスするには、Audiokinetic Launcherでオフラインドキュメンテーションをダウンロードし、Wwise AuthoringのOffline Documentationオプションにチェックを入れてください。
Wwise SDK 2024.1.2
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からはじめよう