makeBody(configuration:)
Defines the effect produced by this effect.
Declaration
func makeBody(configuration: Self.Configuration) -> Self.BodyParameters
- configuration:
An effect configuration you use to build a custom effect.
Return Value
A custom effect.