--- title: VRDisplay.getPose() slug: Web/API/VRDisplay/getPose translation_of: Web/API/VRDisplay/getPose original_slug: Web/API/VRDevice/getPose ---
{{domxref("VRDisplay")}} インターフェイスの getPose()
メソッドは,現在のフレームが実際に描画される時点の未来の VRDisplay
の予測ポーズを決める {{domxref("VRPose")}} オブジェクトを返します.
var myPose = vrDisplayInstance.getPose();
なし.
{{domxref("VRPose")}} オブジェクト.
TBD.
Specification | Status | Comment |
---|---|---|
{{SpecName('WebVR', '#dom-vrdisplay-getpose', 'getPose()')}} | {{Spec2('WebVR')}} | Initial definition |
{{Compat("api.VRDisplay.getPose")}}