Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystemShapeMultiModeValue

The mode used to generate new points in a shape.
Read time 1 minuteLast updated 4 days ago

Definition

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

Fields

Value

Description

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