enum ParticleAutoDestroyFlagsSource
Flags to pass to ParticleSource.SetParticleAutoDestroyFlags
| Name | Value | |
|---|---|---|
NONE | No automatic destroying | |
ON_END | Destroy when the Particle ends (looping particle never ends) | |
ON_STOP | Destroy when particle stops | |
ALL | ON_END | ON_STOP |