We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The Particle system is used to show particles based on the data specified
var Particles = ig.global.data.particles;
var Particle = ig.global.support.particle;
#Usage
Example from the Projectile entity:
Particle.spawn(this.pos.x + (this.flip ? -15 : 15), this.pos.y, { flip: this.flip, p:Particles.sample});