removeAnchor(_:)
Removes the specified anchor from the scene.
Declaration
@MainActor @preconcurrency func removeAnchor(_ anchor: any HasAnchoring)Parameters
- anchor:
The anchor to remove.
Removes the specified anchor from the scene.
@MainActor @preconcurrency func removeAnchor(_ anchor: any HasAnchoring)The anchor to remove.