---
title: removeAll()
framework: realitykit
role: symbol
role_heading: Instance Method
path: realitykit/meshmodelcollection/removeall()
---

# removeAll()

Remove all the models.

## Declaration

```swift
mutating func removeAll()
```

## See Also

### Using the collection

- [insert(_:)](realitykit/meshmodelcollection/insert(_:).md)
- [remove(id:)](realitykit/meshmodelcollection/remove(id:).md)
- [update(_:)](realitykit/meshmodelcollection/update(_:).md)
- [subscript(_:)](realitykit/meshmodelcollection/subscript(_:).md)
