Click or drag to resize
DigitalRuneParticleEffectorOnEndUpdate Method
Called when BeginUpdate(TimeSpan) was called.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
protected virtual void OnEndUpdate(
	TimeSpan deltaTime
)

Parameters

deltaTime
Type: SystemTimeSpan
The elapsed time since the last update.
Remarks
Notes to Inheritors:
When this method is called, ParticleSystem is already initialized and the particle effector is Enabled.
See Also