ParticleSystemCurveMode
The particle curve mode.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public enum ParticleSystemCurveMode
Remarks
This is used by ParticleSystem.MinMaxCurve to determine which mode to evaluate curves in.
Fields
Value | Description |
|---|---|
| Constant | Use a single constant for the ParticleSystem.MinMaxCurve. |
| Curve | Use a single curve for the ParticleSystem.MinMaxCurve. |
| TwoConstants | Use a random value between 2 constants for the ParticleSystem.MinMaxCurve. |
| TwoCurves | Use a random value between 2 curves for the ParticleSystem.MinMaxCurve. |