PoolableParticleSystem Class |
[This is preliminary documentation and is subject to change.]
Namespace: Umbrace.Unity.PurePool
[DisallowMultipleComponent] [RequireComponent(typeof(ParticleSystem))] public class PoolableParticleSystem : MonoBehaviour, IPoolable, IEventSystemHandler
The PoolableParticleSystem type exposes the following members.
Name | Description | |
---|---|---|
PoolableParticleSystem | Initializes a new instance of the PoolableParticleSystem class |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
AutoReleaseWhenDone |
A value indicating whether to release the GameObject this component is attached to when the particle system is done.
| |
ClearOnRelease |
A value indicating whether to remove all particles in the particle systems when the instance is released to the pool.
| |
PlayOnAcquire |
A value indicating whether to set the particle systems into play mode and enable emitting when the instance is acquired from the pool.
|