From 6e8bfef745c133c0bddffd15e24cf00da6b531c1 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 15 Aug 2021 01:45:07 +0900 Subject: conflicting/Web/API/XRInputSource を削除 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - それぞれ正規版の記事と内容を統合し、conflicting 版を削除 - Markdown化 - 2021/08/14 時点の英語版に同期 --- .../ja/web/api/xrinputsource/handedness/index.html | 73 ---------------------- 1 file changed, 73 deletions(-) delete mode 100644 files/ja/web/api/xrinputsource/handedness/index.html (limited to 'files/ja/web/api/xrinputsource/handedness/index.html') diff --git a/files/ja/web/api/xrinputsource/handedness/index.html b/files/ja/web/api/xrinputsource/handedness/index.html deleted file mode 100644 index 55b2ef3fdb..0000000000 --- a/files/ja/web/api/xrinputsource/handedness/index.html +++ /dev/null @@ -1,73 +0,0 @@ ---- -title: XRInputSource.handedness -slug: Web/API/XRInputSource/handedness -tags: - - API - - AR - - Controller - - Handedness - - Input - - Property - - Read-only - - Reference - - VR - - WebXR - - WebXR API - - WebXR Device API - - XR - - XRInputSource - - hand - - left - - right -translation_of: Web/API/XRInputSource/handedness ---- -

{{APIRef("WebXR")}}{{securecontext_header}}

- -

{{domxref("XRInputSource")}} の handedness 読み取り専用プロパティは、WebXR 入力ソースがユーザーのどの手に関連付けられているか、またはまったく関連付けられていないかを示します。

- -

構文

- -
let hand = xrInputSource.handedness;
- -

- -

入力コントローラーがユーザーの片方の手にあるかどうか、もしそうならどちらの手にあるかを示す {{domxref("DOMString")}}。 {{domxref("XRHandedness")}} 列挙型に由来する値は、次のいずれかです。

- -

{{page("/ja/docs/Web/API/XRHandedness", "Values")}}

- -

使用上の注意

- -

入力ソースがユーザーの手に関連付けられたデバイスでない場合(握られているか、取り付けられているか、着用されているかに関係なく)、handedness の値は none です。 これは、例えば、ヘッドセットに組み込まれたコントロールや、頭や体に取り付けられた入力デバイスなど、ハンドヘルドではない入力ソースを示している場合があります。

- -

- -

{{page("/ja/docs/Web/API/XRHandedness", "Examples")}}

- -

仕様

- - - - - - - - - - - - - - -
仕様状態コメント
{{SpecName('WebXR','#dom-xrinputsource-handedness','XRInputSource.handedness')}}{{Spec2('WebXR')}}初期定義
- -

ブラウザーの互換性

- -

{{Compat("api.XRInputSource.handedness")}}

- -

関連情報

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