particle-emitter icon indicating copy to clipboard operation
particle-emitter copied to clipboard

It extends Container, not ParticleContainer

Open FloodGames opened this issue 1 year ago • 1 comments

Performance fix possible by implementing ParticleContainer ?

More info here: https://pixijs.download/dev/docs/PIXI.ParticleContainer.html

FloodGames avatar May 20 '23 12:05 FloodGames

It depends on your use case, but in general the constant adding/removing children that this library does isn't what ParticleContainer (or normal Container) really likes - see https://pixijs.io/particle-emitter/examples/particleContainerPerformance.html

andrewstart avatar May 20 '23 14:05 andrewstart