<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/RealityViewContent/Body",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit",
      "SwiftUI",
      "_RealityKit_SwiftUI"
    ],
    "preciseIdentifier" : "s:19_RealityKit_SwiftUI0A11ViewContentV4BodyV"
  },
  "title" : "RealityViewContent.Body"
}
-->

# RealityViewContent.Body

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

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

## Overview

You don’t create this type directly. [`RealityView`](/documentation/RealityKit/RealityView) creates values for
you.

## Relationships

### Conforms To

[`View`](/documentation/SwiftUI/View)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)