This version of Unity is unsupported.

ParticleSystemStopAction

enumeration

Description

The action to perform when the Particle System stops.

Properties

NoneDo nothing.
DisableDisable the GameObject containing the Particle System.
DestroyDestroy the GameObject containing the Particle System.
CallbackCall OnParticleSystemStopped on the ParticleSystem script.