From the documentation I read, SKEmitterNode's particle field is rectangular and can be adjusted using particlePosition
and particlePositionRange
.
If I want to have particles being emitted around a shape, like an outline of a circle, is there a way to do that? Or is the best way just placing a series of SKEmitterNode around the circle?