| ParticleEffectorOnEndUpdate Method |
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax protected virtual void OnEndUpdate(
TimeSpan deltaTime
)
Protected Overridable Sub OnEndUpdate (
deltaTime As TimeSpan
)
protected:
virtual void OnEndUpdate(
TimeSpan deltaTime
)
abstract OnEndUpdate :
deltaTime : TimeSpan -> unit
override OnEndUpdate :
deltaTime : TimeSpan -> unit
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