postEffectCallback property

ValueChanged<Effect<AnimatedParticle>>? postEffectCallback
getter/setter pair

Register a callback if you want to be notified that a post effect is occurring

Implementation

ValueChanged<Effect>? postEffectCallback;