NotInXR
NotInXR(
props
):Element
Component for hiding the xr context to all child components. Can be used to create virtual displays and similar allowing the components inside the display to think they are not inside an XR environment, making them behave like when outside XR.
props
children?
ReactNode
Children to be rendered inside the context.
Returns
Element