Click or drag to resize

PoolableParticleSystemClearOnRelease Field

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

A value indicating whether to remove all particles in the particle systems when the instance is released to the pool.

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public bool ClearOnRelease

Field Value

Type: Boolean
Remarks
Setting this property to will automatically call Clear on the particle systems attached to this GameObject.
See Also