Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


arcSpeedMultiplier

A multiplier of the arc speed of the particle emission shape.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public float arcSpeedMultiplier { get; set; }

Remarks

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