enum ParticleEmissionModeType
Types of emission modes.
Values
| Name | Value | Description |
|---|---|---|
Random |
0 |
Position will be picked randomly on a shape. |
Loop |
1 |
Positions will loop around the shape in a predictable fashion. |
PingPong |
2 |
Similar to Loop, except the order will be reversed when one loop iteration finishes. |
Spread |
3 |
All particles spawned on the shape at some instant (usually a frame) will be spread around the shape equally. |