Version: 2019.1
public bool IsAlive ();
public bool IsAlive (bool withChildren);

パラメーター

withChildrenCheck all child Particle Systems as well.

戻り値

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.

説明

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