| ParticleEffectorUninitialize Method |
Uninitializes this particle effector.
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public void Uninitialize()
public:
void Uninitialize()
member Uninitialize : unit -> unit
Remarks
This method is automatically called by the particle system before the effector is removed
from the particle system.
See Also