XrAnchorCreateCallback: (err: Error | null, anchor: XrAnchor | null) => any

Type declaration

    • (err: Error | null, anchor: XrAnchor | null): 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