Do i need to call particlefx.stop on particles which has settings "play once"

In the particlefx manual you don’t have code examples, only explanation how to setup effect. and it’s not clear for me do I need to call Stop().
in the API you just tell that

"Particle FX started this way need to be manually stopped through particlefx.stop. "

thanks.

I believe that it is not necessary to stop particle effects that only play once.

1 Like

Exactly, you only need to stop a particle effect if the Play Mode is set to Loop.

2 Likes