---
title: Scene.AnchorCollection.Iterator
framework: realitykit
role: symbol
role_heading: Type Alias
path: realitykit/scene/anchorcollection/iterator
---

# Scene.AnchorCollection.Iterator

An iterator that presents the elements of the collection.

## Declaration

```swift
typealias Iterator = Entity.ChildCollection.IndexingIterator<Scene.AnchorCollection>
```

## See Also

### Iterating over the collection

- [makeIterator()](realitykit/scene/anchorcollection/makeiterator().md)
- [Scene.AnchorCollection.Element](realitykit/scene/anchorcollection/element.md)
