---
title: "init(_:)"
framework: realitykit
role: symbol
role_heading: Initializer
path: "realitykit/anyattachmentcontent/init(_:)"
---

# init(_:)

Creates an instance that type-erases AttachmentContent.

## Declaration

```swift
@MainActor @preconcurrency init<Content>(_ content: Content) where Content : AttachmentContent
```
