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.