XrAnchorCreateCallback: ((err, anchor) => any)

Type declaration

    • (err, anchor): any
    • Parameters

      • err: Error | null

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

      • anchor: XrAnchor | null

        The anchor that is tracked against real world geometry.

      Returns any