Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystemStopAction

The action to perform when the Particle System stops.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public enum ParticleSystemStopAction

Fields

Value

Description

CallbackCall OnParticleSystemStopped on all scripts attached to the same GameObject.
DestroyDestroy the GameObject containing the Particle System.
DisableDisable the GameObject containing the Particle System.
NoneDo nothing.