Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystemStopBehavior

The behavior to apply when calling Stop.
Read time 1 minuteLast updated 4 days ago

Definition

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

Fields

Value

Description

StopEmittingStops Particle System emitting any further particles. All existing particles will remain until they expire.
StopEmittingAndClearStops Particle System emitting and removes all existing emitted particles.