Click or drag to resize

PhysicsObjectClearedTimeout Property

The amount of time to wait from a clearing event until the OnClearedTimeout occurs. 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: 15.0.2.11458
Syntax
C#
public double ClearedTimeout { get; set; }

Property Value

Type: Double

Implements

ISensorClearedTimeout
See Also