Click or drag to resize
DigitalRuneExplosionDuration Property
Gets or sets the duration of the explosion.

Namespace: DigitalRune.Physics.ForceEffects
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public TimeSpan Duration { get; set; }

Property Value

Type: TimeSpan
The duration of the explosion. The default is 0.03 s.
See Also