kittykatattack / learningPixi

A step-by-step introduction to making games and interactive media with the Pixi.js rendering engine.
4.4k stars 851 forks source link

Particle Container Question #169

Open amrugg opened 1 year ago

amrugg commented 1 year ago

Hi! You asked a question about what batchSize and autoResize does in Particle Containers. According to thedocumentation, batchSize controls the number of particles in the container, and autoResize adds more batches if there are too many particles.

Hope this helped!