Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


enableEmission

When set to false, the Particle System will not emit particles.
Read time 1 minuteLast updated 6 days ago

Definition

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