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.

ParticleSystemShapeMultiModeValue

enumeration

Description

The mode used to generate new points in a shape.

Properties

RandomGenerate points randomly. (Default)
LoopAnimate the emission point around the shape.
PingPongAnimate the emission point around the shape, alternating between clockwise and counter-clockwise directions.
BurstSpreadDistribute new particles around the shape evenly.