The ParticleEmitter attached to this GameObject (null if there is none attached).
particleEmitter.emit = true;
using UnityEngine; using System.Collections; public class Example : MonoBehaviour { void Example() { particleEmitter.emit = true; } }
import UnityEngine import System.Collections public class Example(MonoBehaviour): def Example() as void: particleEmitter.emit = true