Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


rateMultiplier

Change the rate multiplier.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
Warning
Deprecated. rateMultiplier property is deprecated. Use rateOverTimeMultiplier or rateOverDistanceMultiplier instead.
public float rateMultiplier { get; set; }

Remarks

Changing this property is more efficient than accessing the entire curve, if you only want to change the overall rate multiplier.