Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

ParticleSystem.IsAlive

Switch to Manual
public bool IsAlive(bool withChildren = true);

Parameters

withChildrenCheck all child particle systems as well.

Returns

bool True if the particle system is still "alive", false if the particle system is done emitting particles and all particles are dead.

Description

Does the system contain any live particles? (or will produce more).

Did you find this page useful? Please give it a rating: