anchorUpdates(forID:)
An async sequence of anchor updates for a specific anchor.
Declaration
final func anchorUpdates(forID id: UUID) -> AnchorUpdateSequence<CameraRegionAnchor>Parameters
- id:
ID of the camera region anchor to get updates for.
Return Value
An async sequence of updates for the given anchor.