ParticleSystemStopAction

enumeration

Cambiar al Manual

Descripción

The action to perform when the Particle System stops.

Variables

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