Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web/API/PannerNode/setOrientation を更新 #23311

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions files/ja/web/api/pannernode/setorientation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "PannerNode: setOrientation() メソッド"
short-title: setOrientation()
slug: Web/API/PannerNode/setOrientation
l10n:
sourceCommit: 312081aabba3885b35a81107b3c2fc53428896c5
sourceCommit: aa8fa82a902746b0bd97839180fc2b5397088140
---

{{APIRef("Web Audio API")}}{{Deprecated_Header}}
Expand Down Expand Up @@ -32,9 +32,9 @@ setOrientation(x, y, z)
- `z`
- : 3D 空間におけるパンナーの方向ベクトルの z 値。

### Return value
### 返値

None ({{jsxref("undefined")}}).
なし ({{jsxref("undefined")}})

## 例

Expand Down