安全上下文
此特征只可用于 安全上下文 (HTTPS),在某些或所有 支持浏览器 .

XRReferenceSpaceEvent() 构造函数用于创建新的 XRReferenceSpaceEvent object, which represents an event regarding the state of a WebXR reference space object, XRReferenceSpace .

Currently, only the reset event is defined using this type.

句法

let refSpaceEvent = new XRReferenceSpaceEvent(type, eventInitDict);
					

参数

type
DOMString indicating the event type which has occurred. Currently, this is always reset .
eventInitDict

An object based on the XRReferenceSpaceEventInit dictionary, containing data used to initialize the new event object. The properties of this object are:

referenceSpace
XRReferenceSpace from which the event originated.
transform
XRRigidTransform which maps the old coordinate system (from before the changes indicated by this event) to the new coordiante system.

返回值

新的 XRReferenceSpaceEvent object, initialized as defined by the input parameters.

规范

规范 状态 注释
WebXR 设备 API
The definition of 'XRReferenceSpaceEvent()' in that specification.
工作草案 初始定义。

浏览器兼容性

The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.

更新 GitHub 上的兼容性数据
桌面 移动
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
XRReferenceSpaceEvent() 构造函数 Chrome 79 Edge 79 Firefox No IE No Opera No Safari No WebView Android No Chrome Android 79 Firefox Android No Opera Android No Safari iOS No Samsung Internet Android 11.2

图例

完整支持

完整支持

不支持

不支持

元数据

  • 最后修改: