Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


curve

Set the curve.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public AnimationCurve curve { get; set; }

Remarks

You should set the values between 0 and 1. Use the curve multiplier to define the overall range of the curve. Useful when _mode is set to ParticleSystemCurveMode.Curve.