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 |
|---|---|
| BurstSpread | Distribute new particles around the shape evenly. |
| Loop | Animate the emission point around the shape. |
| PingPong | Animate the emission point around the shape, alternating between clockwise and counter-clockwise directions. |
| Random | Generate points randomly. (Default) |