--- title: VRDisplay.getLayers() slug: Web/API/VRDisplay/getLayers translation_of: Web/API/VRDisplay/getLayers original_slug: Web/API/VRDevice/getLayers ---
{{domxref("VRDisplay")}} インターフェイスの getLayers()
メソッドは,VRDisplay
で現在表示されているレイヤを返します.
var myLayers = vrDisplayInstance.getLayers();
なし.
{{domxref("VRLayer")}} オブジェクトの配列.
TBD.
Specification | Status | Comment |
---|---|---|
{{SpecName('WebVR', '#dom-vrdisplay-getlayers', 'getLayers()')}} | {{Spec2('WebVR')}} | Initial definition |
{{Compat("api.VRDisplay.getLayers")}}