Click or drag to resize
DigitalRuneParticleSystemPreloadDeltaTime Property
Gets or sets the preload delta time.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
[ContentSerializerAttribute(Optional = true)]
public TimeSpan PreloadDeltaTime { get; set; }

Property Value

Type: TimeSpan
The preload delta time. The default is 1/60 seconds.
Remarks
PreloadDeltaTime is the time step size used by the particle system while preloading. See PreloadDuration for more information.
See Also