Click or drag to resize

PhysicsObjectBlockedTimeout Property

Property Value

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

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

Property Value

Type: Double

Implements

ISensorBlockedTimeout
See Also