XrAnchorPersistCallback: ((err, uuid) => any)

Type declaration

    • (err, uuid): any
    • Parameters

      • err: Error | null

        The Error object if failed to persist an anchor or null.

      • uuid: string | null

        unique string that can be used to restore XRAnchor in another session.

      Returns any