| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/en-US/docs/Web/API/XRLayerEvent | [Back] [Original] |
Get to know MDN better
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Want more browser support for this feature? Tell us why.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The XRLayerEvent interface of the WebXR Device API is the event type for events related to a change of state of an XRLayer object. These events occur, for example, when the layer needs to be redrawn.
XRLayerEvent() Creates and returns a new XRLayerEvent object.
In addition to properties inherited from its parent interface, Event, XRLayerEvent provides the following:
While XRSessionEvent defines no methods, it inherits methods from its parent interface, Event.
The following events are represented using the XRLayerEvent interface, and are permitted values for its type parameter.
redraw eventThe redraw event is tent to the layer object when the underlying resources of the layer are lost or when the XR Compositor can no longer reproject the layer. If this event is sent, authors should redraw the content of the layer in the next XR animation frame. It is available on the following layer objects:
| Specification |
|---|
| WebXR Layers API Level 1 # xrlayerevent-interface |
This page was last modified on Feb 18, 2023 by MDN contributors.
XRLayerEventNavigator.xrWebGLRenderingContext.makeXRCompatible()XRAnchorXRBoundedReferenceSpaceXRCPUDepthInformationXRDepthInformationXRFrameXRInputSourceXRInputSourceArrayXRInputSourceEventXRInputSourcesChangeEventXRPoseXRReferenceSpaceXRReferenceSpaceEventXRRenderStateXRRigidTransformXRSessionXRSessionEventXRSpaceXRSystemXRViewXRViewerPoseXRViewportXRWebGLBindingXRWebGLDepthInformationXRWebGLLayerYour blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |