XRSessionState

Type alias XRSessionState

XRSessionState: {
    connectionState: XRSessionConnectionState;
}

Reflects the current state of (the connection of) the XR session.

Type declaration