| ParticleSystemPreloadDeltaTime Property |
Gets or sets the preload delta time.
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax [ContentSerializerAttribute(Optional = true)]
public TimeSpan PreloadDeltaTime { get; set; }
<ContentSerializerAttribute(Optional := true)>
Public Property PreloadDeltaTime As TimeSpan
Get
Set
public:
[ContentSerializerAttribute(Optional = true)]
property TimeSpan PreloadDeltaTime {
TimeSpan get ();
void set (TimeSpan value);
}
[<ContentSerializerAttribute(Optional = true)>]
member PreloadDeltaTime : TimeSpan with 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