This version of Unity is unsupported.

ParticleSystem.IsAlive

Switch to Manual

Declaration

public bool IsAlive();

Declaration

public bool IsAlive(bool withChildren = true);

Parameters

withChildren Check all child Particle Systems as well.

Returns

bool True if the Particle System contains live particles or is still creating new particles. False if the Particle System has stopped emitting particles and all particles are dead.

Description

Does the Particle System contain any live particles, or will it produce more?