Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Removed in version 5.1.0p1
Property particleSystem has been deprecated. Use GetComponent<ParticleSystem>() instead. (UnityUpgradable)

Component.particleSystem

Switch to Manual
public var particleSystem: Component;

Description

The ParticleSystem attached to this GameObject (null if there is none attached).

	particleSystem.Emit(5);