XRLayerEvent

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

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.

Constructor

XRLayerEvent()

Creates and returns a new XRLayerEvent object.

Properties

In addition to properties inherited from its parent interface, Event, XRLayerEvent provides the following:

layer Read only

The XRLayer which generated the event.

Methods

While XRSessionEvent defines no methods, it inherits methods from its parent interface, Event.

Event types

The following events are represented using the XRLayerEvent interface, and are permitted values for its type parameter.

redraw event

The 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:

Specifications

No specification found

No specification data found for api.XRLayerEvent.
Check for problems with this page or contribute a missing spec_url to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.

Browser compatibility

No compatibility data found for api.XRLayerEvent.
Check for problems with this page or contribute missing data to mdn/browser-compat-data.

See also

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/XRLayerEvent