Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystemOverlapAction

What action to perform when the particle trigger module passes a test.
Read time 1 minuteLast updated 4 days ago

Definition

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

Fields

Value

Description

CallbackSend the OnParticleTrigger command to the Particle System's script.
IgnoreDo nothing.
KillKill all particles that pass this test.