enum ParticleRenderMode
Determines how are particles represented on the screen.
Values
| Name | Value | Description |
|---|---|---|
Billboard |
0 |
Particle is represented using a 2D quad. |
Mesh |
1 |
Particle is represented using a 3D mesh. |