Particle Emitter is a particle emitter that can be used inside an animation.
| Name | Explanation | Type |
|---|---|---|
| Birth Effects | The effects that are applied on birth. | Particle Effect |
| Color Mask | The color mask to apply to the particle. | Color |
| Death Effects | The effects that are applied on death. | Particle Effect |
| Duration | The duration of the particle emitter, in milliseconds. | Number |
| Maximum Particles | The maximum number of particles capable of being generated. | Number |
| Minimum Particles | The minimum number of particles that should always be instanced. | Number |
| Ongoing Effects | The effects that are applied on update. | Particle Effect |
| Particles Per Second | The number of particles capable of being generated per second. | Number |
| Texture Region | The region of the texture. | Rectangle |
| Texture Source | The source of the texture. | Image |