Click or drag to resize
DigitalRuneContactLifetime Property
Gets or sets the lifetime of this contact (in seconds).

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public double Lifetime { get; set; }

Property Value

Type: Double
The lifetime of this contact (in seconds).
Remarks
A touching or penetrating contact can exist for a longer time. This time span is automatically increased for persistent contacts.
See Also