Wwise SDK
ak.soundengine.setPosition 引数スキーマ
検索
バージョン
2025.1.4.9062
2024.1.10.8979
2023.1.18.8899
2022.1.19.8584
2021.1.14.8108
menu
Wwiseヘルプ
Introduction to Wwise
Cube
Sample Project
Wwise Unityインテグレーション
Wwise Unreal インテグレーション
Strata
ReaWwise
Audiokinetic Launcher
Wwise Audio Lab
Wwise Adventure Game
GME In-Game Voice Chat
Meta XR Audio
Wwise SDK
参考資料
Wwise Authoring API Reference
Wwise Authoring API Reference - Functions
ak.soundengine.setPosition
ak.soundengine.setPosition 引数スキーマ
link
Wwise SDK 2024.1.10
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
}
このページはお役に立ちましたか?
thumb_up
はい
thumb_down
いいえ
送信
サポートは必要ですか?
ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。
サポートページをご確認ください
あなたのプロジェクトについて教えてください。ご不明な点はありませんか。
プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。
Wwiseからはじめよう
このページの内容
スキーマ
menu