From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/gamepad/pose/index.html | 56 ++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 files/ja/web/api/gamepad/pose/index.html (limited to 'files/ja/web/api/gamepad/pose/index.html') diff --git a/files/ja/web/api/gamepad/pose/index.html b/files/ja/web/api/gamepad/pose/index.html new file mode 100644 index 0000000000..267ae3d0ee --- /dev/null +++ b/files/ja/web/api/gamepad/pose/index.html @@ -0,0 +1,56 @@ +--- +title: Gamepad.pose +slug: Web/API/Gamepad/pose +tags: + - API + - Experimental + - Gamepad + - Gamepad API + - Property + - Reference + - pose +translation_of: Web/API/Gamepad/pose +--- +
{{APIRef("Gamepad")}}{{SeeCompatTable}}
+ +

{{domxref("Gamepad")}} インターフェイスの pose 読み取り専用プロパティは、 WebVR controller に関連付けられた pose 情報 ( 3D 空間での位置と方向など) を表す {{domxref("GamepadPose")}} オブジェクトを返します。

+ +

構文

+ +
var myGamepadPose = gamepadInstance.pose;
+ +

+ +

{{domxref("GamepadPose")}} オブジェクト。

+ +

+ +

TBC

+ +

仕様

+ + + + + + + + + + + + + + +
仕様ステータス備考
{{SpecName('GamepadExtensions', '#partial-gamepad-interface', 'pose')}}{{Spec2('GamepadExtensions')}}初回定義
+ +

ブラウザー実装状況

+ +

{{Compat("api.Gamepad.pose")}}

+ +

関連項目

+ + -- cgit v1.2.3-54-g00ecf