| Value | Meaning |
|---|---|
| emissionShapePoint0 | All particles will be emitted from a single point. |
| emissionShapeSphere1 | Particles will be emitted in the volume of a sphere. |
| emissionShapeBox2 | Particles will be emitted in the volume of a box. |
| emissionShapePoints3 | Particles will be emitted at a position determined by sampling a random point on the emissionPointTexture. Particle color will be modulated by emissionColorTexture. |
| emissionShapeDirectedPoints4 | Particles will be emitted at a position determined by sampling a random point on the emissionPointTexture. Particle velocity and rotation will be set based on emissionNormalTexture. Particle color will be modulated by emissionColorTexture. |
| emissionShapeMax5 | Represents the size of the emissionshape enum. |