Search code examples
spritesprite-kitfreezeparticles

Freeze particle effect in Sprite Kit iOS


Is there a way to freeze a particle node in Sprite Kit for iOS? Basically freeze each of the particles in the particle node exactly where they are.


Solution

  • To pause the particle node:

    particle.paused = YES;