remove(_:)
Removes the anchor at the specified position.
Declaration
@MainActor @preconcurrency func remove(_ entity: any HasAnchoring)Parameters
- entity:
The anchor to remove from the collection.
Removes the anchor at the specified position.
@MainActor @preconcurrency func remove(_ entity: any HasAnchoring)The anchor to remove from the collection.