public bool IsAlive (bool withChildren= true);

파라미터

withChildrenCheck all child particle systems as well.

반환

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

설명

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