Contents

ForceEffectEvent

A struct that defines the arguments to the custom force effect update closure.

Declaration

struct ForceEffectEvent<ForceEffectType> where ForceEffectType : ForceEffectProtocol

Overview

If you register your custom force effect using a closure, you can access the force effect’s property and ForceEffectParameters from this struct.

Topics

Instance Properties

See Also

Updating effects