Click or drag to resize
DigitalRuneParticleEffectorUninitialize Method
Uninitializes this particle effector.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void Uninitialize()
Remarks
This method is automatically called by the particle system before the effector is removed from the particle system.
See Also