---
title: RealityViewContent.Body
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/realityviewcontent/body
---

# RealityViewContent.Body

The default view contents of a reality view, using reality view content.

## Declaration

```swift
@MainActor @preconcurrency struct Body<Placeholder> where Placeholder : View
```

## Overview

Overview You don’t create this type directly. RealityView creates values for you.

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [View](swiftui/view.md)
