Contents

makeBody(configuration:)

Defines the effect produced by this effect.

Declaration

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

Parameters

  • configuration:

    An effect configuration you use to build a custom effect.

Return Value

A custom effect.