enum ParticleManagerSettingsFlagsSource
Flags for ParticleManagerSettings
| Name | Value | |
|---|---|---|
NONE | ||
FIXED_INDEX | Particles will be locked to the index and not reused | |
BLOCKING | Allocation blocks the game until it is done | |
DISABLE_VIRTUAL | Disable the creation of virtual particles when the pool is still allocating | |
REUSE_OWNED | Reuse stopped particles even if they are owned by something |