---
title: Body
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/scene/body-swift.associatedtype
---

# Body

The type of scene that represents the body of this scene.

## Declaration

```swift
associatedtype Body : Scene
```

## Discussion

Discussion When you create a custom scene, Swift infers this type from your implementation of the required body property.

## See Also

### Creating a scene

- [body](swiftui/scene/body-swift.property.md)
