Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

ConstantUse a single constant for the ParticleSystem.MinMaxCurve.
CurveUse a single curve for the ParticleSystem.MinMaxCurve.
TwoConstantsUse a random value between 2 constants for the ParticleSystem.MinMaxCurve.
TwoCurvesUse a random value between 2 curves for the ParticleSystem.MinMaxCurve.