|
Emit a number of particles.
Makes the emitter spit out a random number of particles, as set by the minEmission and maxEmission properties.
Emit count particles immediately
Name | Description |
---|---|
pos | The position of the particle. |
velocity | The velocity of the particle. |
size | The size of the particle. |
energy | The remaining lifetime of the particle. |
color | The color of the particle. |
Emit a single particle with given parameters.
Name | Description |
---|---|
rotation | The initial rotation of the particle in degrees. |
angularVelocity | The angular velocity of the particle in degrees per second. |