---
title: RealityViewCameraContent.Body
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/realityviewcameracontent/body
---

# RealityViewCameraContent.Body

The default view contents of a RealityView using RealityViewCameraContent.

## Declaration

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

## Overview

Overview You don’t directly create instances of this type because RealityView creates them for you.

## Relationships

### Conforms To

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