XrHitTestStartCallback: ((err, hitTestSource) => any)

Type declaration

    • (err, hitTestSource): any
    • Parameters

      • err: Error | null

        The Error object if failed to create hit test source or null.

      • hitTestSource: XrHitTestSource | null

        Object that provides access to hit results against real world geometry.

      Returns any