Click or drag to resize

PoolableParticleSystem Fields

[This is preliminary documentation and is subject to change.]

The PoolableParticleSystem type exposes the following members.

Fields
  NameDescription
Public fieldAutoReleaseWhenDone
A value indicating whether to release the GameObject this component is attached to when the particle system is done.
Public fieldClearOnRelease
A value indicating whether to remove all particles in the particle systems when the instance is released to the pool.
Public fieldPlayOnAcquire
A value indicating whether to set the particle systems into play mode and enable emitting when the instance is acquired from the pool.
Top
See Also