Contents

removeParticleSystem(_:)

Removes a particle system attached to the node.

Declaration

func removeParticleSystem(_ system: SCNParticleSystem)

Parameters

  • system:

    A particle system.

Discussion

This method has no effect if the system parameter does not reference a particle system directly attached to the node.

See Also

Working with Particle Systems