--- title: XRInputSource.targetRayMode slug: Web/API/XRInputSource/targetRayMode tags: - API - AR - Pointing - Property - Ray - Read-only - Reference - VR - WebXR - WebXR API - WebXR Device API - XR - XRInputSource - direction - pointer - target - targetRayMode translation_of: Web/API/XRInputSource/targetRayMode ---

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

{{domxref("XRInputSource")}} の targetRayMode 読み取り専用プロパティは、入力ソースのターゲット光線を生成する方法と、それをユーザーに提示する方法を示します。

構文

let rayMode = xrInputSource.targetRayMode;

{{domxref("XRTargetRayMode")}} 列挙型から取得した {{domxref("DOMString")}}。 ターゲット光線を生成してユーザーに提示するときに使用する方法を示します。 可能な値は次のとおりです。

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

使用上の注意

入力ソースの {{domxref("XRInputSource.targetRaySpace", "targetRaySpace")}} は、ターゲット光線の位置と向きを示し、光線をレンダリングする場所を決定するために使用できます。

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

仕様

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

ブラウザーの互換性

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

関連情報