Contents

ar_world_tracking_remove_all_anchors_completion_handler_t

Function called when a request to remove all known world anchors has completed (successfully or not).

Declaration

typedef void (^)(_Bool, NSObject<OS_ar_error> *) ar_world_tracking_remove_all_anchors_completion_handler_t;

Parameters

  • successful:

    true if all anchors were successfully removed from the world tracking provider, false otherwise.

  • error:

    The error that occurred, if any. The returned error supports ARC. In non-ARC files, use ar_release() to release the error.

See Also

World tracking