XNACS1Lib: CSS490 Spring 2011
This method is called by the Emit method whenever a particle is created. By default particles are created at the Center location of the emitter with InitialLife, InitialSize, DefaultTexture, and DefaultColor. Newly created particles also have shouldtravel set to false and velocity = 0. By overloading this method you can change these properties to make particles emit in different ways. Particle that has just been created and added to the set.

Namespace: XNACS1Lib
Assembly: XNACS1Lib (in XNACS1Lib.dll) Version: 1.0.0.0

Syntax

C#
protected virtual void NewParticle(
	XNACS1Particle newParticle
)

Parameters

newParticle
Type: XNACS1Lib..::..XNACS1Particle

[Missing <param name="newParticle"/> documentation for "M:XNACS1Lib.XNACS1ParticleEmitter.NewParticle(XNACS1Lib.XNACS1Particle)"]

See Also