Click or drag to resize
DigitalRuneParticleEffectorUpdateParticles Method
Updates particles.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void UpdateParticles(
	TimeSpan deltaTime,
	int startIndex,
	int count
)

Parameters

deltaTime
Type: SystemTimeSpan
The elapsed time since the last update.
startIndex
Type: SystemInt32
The index of the first particle to initialize.
count
Type: SystemInt32
The number of particles to initialize.
Remarks
This method is automatically called when the particle system is updated (see Update(TimeSpan)).
See Also