Version: 2022.1
언어: 한국어
public bool IsAlive ();
public bool IsAlive (bool withChildren= true);

파라미터

withChildren Check 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?