Enumeration ParticleSystemShapeMultiModeValue

The mode used for generating particles around the shape.

2024.3.25

yisky

Enumeration Members

Enumeration Members

BurstSpread: 3

Distribute new particles around the shape evenly, unsupported currently.

Loop: 1

Animate the emission point around the shape.

PingPong: 2

Animate the emission point around the shape, alternating between clockwise and counter-clockwise directions.

Random: 0

Generate points randomly. (Default)