| ContactLifetime Property |
Gets or sets the lifetime of this contact (in seconds).
Namespace: DigitalRune.Geometry.CollisionsAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public double Lifetime { get; set; }
Public Property Lifetime As Double
Get
Set
public:
property double Lifetime {
double get ();
void set (double value);
}
member Lifetime : float with get, set
Property Value
Type:
DoubleThe 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