Body
The type of effect representing the body of this effect. When you create a custom effect, Swift infers this type from your implementation of the required Makebody(configuration:) method.
Declaration
associatedtype Body : GlassBackgroundEffectThe type of effect representing the body of this effect. When you create a custom effect, Swift infers this type from your implementation of the required Makebody(configuration:) method.
associatedtype Body : GlassBackgroundEffect