Click or drag to resize
DigitalRuneParticleSystemUpdate Method
Advances the state of the particle system.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void Update(
	TimeSpan deltaTime
)

Parameters

deltaTime
Type: SystemTimeSpan
The elapsed time since the last update.
Remarks
This method calls OnUpdate(TimeSpan) which increases the particle ages and calls the Effectors and the child Children.
See Also