ForceEffectEvent
A struct that defines the arguments to the custom force effect update closure.
Declaration
struct ForceEffectEvent<ForceEffectType> where ForceEffectType : ForceEffectProtocolOverview
If you register your custom force effect using a closure, you can access the force effect’s property and ForceEffectParameters from this struct.