Initializes 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 Initialize()
Visual Basic
Public Sub Initialize
Visual C++
public:
void Initialize()

Remarks

This method is automatically called by the particle system before the effector is used for the first time and when the particle system is reset. (Particle systems call RequeryParameters()()()() before Initialize()()()(), therefore the parameters are already available.)

See Also