Click or drag to resize

PhysicsObjectClearedTimeout Property

Property Value

Type: Double
The amount of time to wait from a clearing event until the OnClearedTimeout event is fired. The event is not raised if the sensor is blocked during the timeout period.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public double ClearedTimeout { get; set; }

Property Value

Type: Double

Implements

ISensorClearedTimeout
See Also