particleSystems
The particle systems attached to the node.
Declaration
var particleSystems: [SCNParticleSystem]? { get }Discussion
An array of SCNParticleSystem objects directly attached to the node. This array does not include particle systems attached to the node’s child nodes.
For details on particle systems, see SCNParticleSystem.