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

Namespace: DigitalRune.Particles.Effectors
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
protected override void OnBeginUpdate(
	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