XNACS1Lib: CSS490 Spring 2011
Creates particles which explode outward from the center of the emitter at varying velocities.

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

Syntax

C#
public void Explode(
	int NumParticles
)

Parameters

NumParticles
Type: System..::..Int32
Number of particles to create.

See Also