Contents

removeAnchor(forID:)

Remove an anchor with a given ID from camera region.

Declaration

final func removeAnchor(forID id: UUID) async throws

Parameters

  • id:

    ID of the camera region anchor to remove.

Discussion