ParticleSystemStopAction
enumeration
Description 描述
The action to perform when the Particle System stops.
Properties 属性
None
Do nothing.
Disable
Disable the GameObject containing the Particle System.
Destroy
Destroy the GameObject containing the Particle System.
Callback
Call OnParticleSystemStopped on the ParticleSystem script.