XRVisibilityState
enumerated type defines the string values which are valid for the
XRSession
接口的
visibilityState
property, which indicates whether or not an XR session is currently visible to the user, and if it is, whether or not it's currently the primary focus.
XRSession
is not currently visible to the user, so its
requestAnimationFrame()
callbacks are
not
being executed until the
visibilityState
changes. Input controllers are
not
being handled for the session.
visible
XRSession
is currently visible to the user and is the primary focus of the user's attention. To that end, the session's
requestAnimationFrame()
callbacks are being processed at the XR device's native refresh rate and input controllers are being processed as normal.
visible-blurred
XRSession
may currently be visible to the user, it is not the user's primary focus at the moment; it's also possible the session is not currently visible at all. In order to optimize resource utilization, the
用户代理
may be handling the session's
requestAnimationFrame()
callbacks at a throttled rate. Input controllers are
not
being processed for the session.
| 规范 | 状态 | 注释 |
|---|---|---|
|
WebXR 设备 API
The definition of 'XRVisibilityState' in that specification. |
工作草案 | 初始定义。 |
No compatibility data found. Please contribute data for "api.XRVisibilityState" (depth: 1) to the MDN 兼容性数据存储库 .
XRVisibilityState
Navigator.xr
WebGLRenderingContext.makeXRCompatible()
XR
XRBoundedReferenceSpace
XRFrame
XRInputSource
XRInputSourceArray
XRInputSourceEvent
XRInputSourcesChangeEvent
XRPose
XRReferenceSpace
XRReferenceSpaceEvent
XRRenderState
XRRigidTransform
XRSession
XRSessionEvent
XRSpace
XRView
XRViewerPose
XRViewport
XRWebGLLayer