Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


particleSystem

The ParticleSystem attached to this GameObject (Read Only). (Null if there is none attached).
Read time 1 minuteLast updated 2 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
Warning
Removed. Property particleSystem has been deprecated. Use GetComponent\<ParticleSystem\>() instead.
public Component particleSystem { get; }