visibilityState

    Indicates if the WebXR session’s imagery is visible to the user.

    WebXRInterface.swift:161
    final var visibilityState: String { get }

    Possible values come from WebXR’s XRVisibilityState, including "hidden", "visible", and "visible-blurred".

    Other members in extension

    Types

    Type members

    Instance members