Click or drag to resize
DigitalRuneParticleEffectorInitialize Method
Initializes 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 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