| ParticleEffectorInitialize Method |
Initializes this particle effector.
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public:
void Initialize()
member Initialize : unit -> unit
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