nw::gfx::ParticleCollection::KillParticle Member Function

Syntax

void KillParticle(
     int         index
);

Arguments

Name Description
in index Index pointing to ACTIVEINDEX.

Return Values

None.

Description

Removes the particle having the specified index. The particles are actually removed at the next round of deletion. If child particle emission occurs before that, it is handled as it would be at finalization.


CONFIDENTIAL