CSS Logo XNACS1Lib Library Documentation
XNACS1ParticleEmitter.UpdateParticle Method 

Game-Themed Introductory Programming Project   

This is where you define the behavior of particles in the emitter. This method will be called once a tick for each particle if the emitter is in the Emitter Update Set. This is an abstract method and must be overloaded.

protected abstract void UpdateParticle(
   XNACS1Particle particle
);

Parameters

particle
The particle being updated

See Also

XNACS1ParticleEmitter Class | XNACS1Lib Namespace | AddEmitterToUpdateSet | RemoveEmitterFromUpdateSet