removeAnchor(forID:)
Removes a world anchor from a world-tracking provider based on its ID.
Declaration
final func removeAnchor(forID id: UUID) async throwsParameters
- id:
The unique ID of the world anchor to remove.
Removes a world anchor from a world-tracking provider based on its ID.
final func removeAnchor(forID id: UUID) async throwsThe unique ID of the world anchor to remove.