Enum Space
The simulation space of the particle system
Fields
| Name | Description |
|---|---|
| Local | Local space simulation space. Particles move and rotate with the system but don't scale |
| LocalWithScale | Local space simulation space, with scale. Particles move, rotate and scale with the parent system |
| Parent | Parent simulation space. Particles move and rotate with the parent transform but don't scale with the parent transform |
| World | World space simulation space |