Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


playOnAwake

If set to true, the Particle System will automatically start playing on startup.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
Warning
Deprecated. playOnAwake property is deprecated. Use main.playOnAwake instead.
public bool playOnAwake { get; set; }

Remarks

Note that this setting is shared between all Particle Systems in the current particle effect.