LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

ParticleSystemTriggerEventType

enumeration

Description

The different types of particle triggers.

Properties

InsideTrigger when particles are inside the collision volume.
OutsideTrigger when particles are outside the collision volume.
EnterTrigger when particles enter the collision volume.
ExitTrigger when particles leave the collision volume.