Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


startRotation

The initial rotation of particles when emitted. When using curves, this value acts as a scale on the curve.
Read time 1 minuteLast updated 4 days ago

Definition

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

Remarks

Note that the value should be given in radians.