---
title: "makeBody(configuration:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/glassbackgroundeffect/makebody(configuration:)"
---

# makeBody(configuration:)

Defines the effect produced by this effect.

## Declaration

```swift
func makeBody(configuration: Self.Configuration) -> Self.Body
```

## Parameters

- `configuration`: An effect configuration you use to build a custom effect.

## Return Value

Return Value A custom effect.
