Uninitializes this particle effector.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.1.0.0 (1.1.0.9492)

Syntax

C#
public void Uninitialize()
Visual Basic
Public Sub Uninitialize
Visual C++
public:
void Uninitialize()

Remarks

This method is automatically called by the particle system before the effector is removed from the particle system.

See Also